Update mdbook

This commit is contained in:
Eric Huss
2021-01-04 07:48:34 -08:00
committed by Emilio Cobos Álvarez
parent cd16d80899
commit 78d3624b2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -164,6 +164,6 @@ jobs:
# NOTE(emilio): Change deploy-book as well if you change this.
- name: Test book
run: |
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.4/mdbook-v0.4.4-x86_64-unknown-linux-gnu.tar.gz | tar xz
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
./mdbook build book
./mdbook test book
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Test book
run: |
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.4/mdbook-v0.4.4-x86_64-unknown-linux-gnu.tar.gz | tar xz
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
./mdbook build book
./mdbook test book