cargo install mdbook
This commit is contained in:
parent
45cbfa8e67
commit
71b41f0206
|
|
@ -27,10 +27,7 @@ jobs:
|
|||
|
||||
- name: Install mdbook
|
||||
run: |
|
||||
cd book
|
||||
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
|
||||
echo "$GITHUB_WORKSPACE/book" >> $GITHUB_PATH
|
||||
cargo install mdbook
|
||||
|
||||
- name: Build Zebra book
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue