Use mdbook 0.4.5
https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
This commit is contained in:
parent
32ed09262d
commit
a21eaad707
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Install mdbook
|
- name: Install mdbook
|
||||||
run: |
|
run: |
|
||||||
cd book
|
cd book
|
||||||
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-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
|
||||||
# Add the book directory to the $PATH
|
# Add the book directory to the $PATH
|
||||||
echo "$GITHUB_WORKSPACE/book" >> $GITHUB_PATH
|
echo "$GITHUB_WORKSPACE/book" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue