We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b6ddaa + ad328f4 commit b65a495Copy full SHA for b65a495
.github/workflows/contrib.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install mdbook
15
run: |
16
mkdir mdbook
17
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./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
18
echo `pwd`/mdbook >> $GITHUB_PATH
19
- name: Deploy docs
20
0 commit comments