We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36fe18 commit 856dcacCopy full SHA for 856dcac
.github/workflows/deploy-book.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Test book
17
run: |
18
- curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar xz
+ curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz | tar xz
19
./mdbook build book
20
./mdbook test book
21
0 commit comments