Skip to content

Commit

Permalink
Use env files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Nov 24, 2020
1 parent 381f965 commit 669ef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
mkdir -p $HOME/mdbook
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.2/mdbook-v0.4.2-x86_64-unknown-linux-gnu.tar.gz | tar xz -C $HOME/mdbook
echo "::add-path::${HOME}/mdbook/"
echo "${HOME}/mdbook/" >> $GITHUB_PATH
- name: Build
run: mdbook build
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 669ef38

Please sign in to comment.