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 36a0c6c + 07221fe commit 7d4a6e6Copy full SHA for 7d4a6e6
.github/workflows/blank.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build book
31
run: |
32
- wget https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz -O /tmp/mdbook.tar.gz
+ wget https://github.com/rust-lang/mdBook/releases/download/v0.4.12/mdbook-v0.4.12-x86_64-unknown-linux-gnu.tar.gz -O /tmp/mdbook.tar.gz
33
/bin/tar -xvzf /tmp/mdbook.tar.gz -C /tmp
34
/tmp/mdbook build
35
0 commit comments