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.
1 parent 0722f87 commit 702e2dcCopy full SHA for 702e2dc
.github/workflows/deploy-docs.yaml
@@ -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.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
+ 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
18
echo "`pwd`/mdbook" >> $GITHUB_PATH
19
- name: Build book
20
run: cd doc && mdbook build
0 commit comments