Skip to content

Commit 7bd86d2

Browse files
committed
removed steps for api doc creation from action
1 parent e9f599a commit 7bd86d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/contrib.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
mkdir mdbook
2222
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
2323
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
2924
- name: Deploy docs
3025
run: |
3126
cd src/doc/contrib
@@ -38,8 +33,6 @@ jobs:
3833
git update-ref -d refs/heads/gh-pages
3934
rm -rf contrib
4035
mv ../book contrib
41-
# Move rustdoc under contrib/
42-
mv ../../../../target/doc contrib/apidoc
4336
git add contrib
4437
git commit -m "Deploy $GITHUB_SHA to gh-pages"
4538
git push --force

0 commit comments

Comments
 (0)