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 23
23
- name : Install mdbook
24
24
run : |
25
25
mkdir mdbook
26
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.27 /mdbook-v0.4.27 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
26
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
27
27
echo `pwd`/mdbook >> $GITHUB_PATH
28
28
- name : Deploy docs
29
29
run : |
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248
248
- name : Install mdbook
249
249
run : |
250
250
mkdir mdbook
251
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.31 /mdbook-v0.4.31 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
251
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37 /mdbook-v0.4.37 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
252
252
echo `pwd`/mdbook >> $GITHUB_PATH
253
253
- run : cd src/doc && mdbook build --dest-dir ../../target/doc
254
254
- name : Run linkchecker.sh
You can’t perform that action at this time.
0 commit comments