Add mdbook stuff to path using environment files/variables instead of workflow commands

Fixes #1309
This commit is contained in:
Deirdre Connolly 2020-11-16 20:13:09 -05:00 committed by Deirdre Connolly
parent d7d15984eb
commit 40b012acef
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
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
# Add the book directory to the $PATH
echo "::add-path::$GITHUB_WORKSPACE/book"
echo "$GITHUB_WORKSPACE/book" >> $GITHUB_PATH
- name: Build Zebra book
run: |