Skip to content

Commit

Permalink
Auto merge of #11134 - weihanglo:ci/update-toolchain-contrib-doc, r=e…
Browse files Browse the repository at this point in the history
…page

ci: update toolchain for building api doc
  • Loading branch information
bors committed Sep 23, 2022
2 parents 902bb0c + ba3d2e9 commit 1a5a7ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
mkdir mdbook
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
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Build API doc
run: |
cargo doc --document-private-items --no-deps
Expand Down

0 comments on commit 1a5a7ff

Please sign in to comment.