Add mdbook stuff to path using environment files/variables instead of workflow commands
Fixes #1309
This commit is contained in:
parent
d7d15984eb
commit
40b012acef
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
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.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz | tar xz
|
||||||
# Add the book directory to the $PATH
|
# Add the book directory to the $PATH
|
||||||
echo "::add-path::$GITHUB_WORKSPACE/book"
|
echo "$GITHUB_WORKSPACE/book" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Build Zebra book
|
- name: Build Zebra book
|
||||||
run: |
|
run: |
|
||||||
Loading…
Reference in New Issue