Upgrade mdbook to 0.4.10
This commit is contained in:
parent
b4f6251c9d
commit
45cbfa8e67
|
@ -28,7 +28,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.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar xz
|
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.10/mdbook-v0.4.10-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