File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
- name : Install mdbook
15
15
run : |
16
16
mkdir mdbook
17
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.3 /mdbook-v0.4.3 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
17
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.5 /mdbook-v0.4.5 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
18
18
echo `pwd`/mdbook >> $GITHUB_PATH
19
19
- name : Deploy docs
20
20
run : |
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- run : cd src/doc/semver-check && cargo +stable run
104
104
- run : |
105
105
mkdir mdbook
106
- curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.3.7 /mdbook-v0.3.7 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
106
+ curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.5 /mdbook-v0.4.5 -x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
107
107
echo `pwd`/mdbook >> $GITHUB_PATH
108
108
- run : cargo doc --no-deps
109
109
- run : cd src/doc && mdbook build --dest-dir ../../target/doc
You can’t perform that action at this time.
0 commit comments