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 1414 - name : Install mdbook
1515 run : |
1616 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
1818 echo `pwd`/mdbook >> $GITHUB_PATH
1919 - name : Deploy docs
2020 run : |
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 - run : cd src/doc/semver-check && cargo +stable run
104104 - run : |
105105 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
107107 echo `pwd`/mdbook >> $GITHUB_PATH
108108 - run : cargo doc --no-deps
109109 - run : cd src/doc && mdbook build --dest-dir ../../target/doc
You can’t perform that action at this time.
0 commit comments