We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f599a commit 7bd86d2Copy full SHA for 7bd86d2
.github/workflows/contrib.yml
@@ -21,11 +21,6 @@ jobs:
21
mkdir mdbook
22
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.9/mdbook-v0.4.9-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
23
echo `pwd`/mdbook >> $GITHUB_PATH
24
- - name: Update toolchain
25
- run: rustup update --no-self-update stable && rustup default stable
26
- - name: Build API doc
27
- run: |
28
- cargo doc --document-private-items --no-deps
29
- name: Deploy docs
30
run: |
31
cd src/doc/contrib
@@ -38,8 +33,6 @@ jobs:
38
33
git update-ref -d refs/heads/gh-pages
39
34
rm -rf contrib
40
35
mv ../book contrib
41
- # Move rustdoc under contrib/
42
- mv ../../../../target/doc contrib/apidoc
43
36
git add contrib
44
37
git commit -m "Deploy $GITHUB_SHA to gh-pages"
45
git push --force
0 commit comments