File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,6 @@ jobs:
164
164
# NOTE(emilio): Change deploy-book as well if you change this.
165
165
- name : Test book
166
166
run : |
167
- 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
167
+ 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
168
168
./mdbook build book
169
169
./mdbook test book
Original file line number Diff line number Diff line change 22
22
23
23
- name : Test book
24
24
run : |
25
- 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
25
+ 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
26
26
./mdbook build book
27
27
./mdbook test book
28
28
You can’t perform that action at this time.
0 commit comments