Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Jun 8, 2022
1 parent c146a62 commit 43c48cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
use-mamba: true
- name: Build the book
run: |
jupyter-book build notebooks/
jupyter-book build .
- name: Zip the book
run: |
set -x
set -e
if [ -f book.zip ]; then
rm -rf book.zip
fi
zip -r book.zip notebooks/_build/html
zip -r book.zip _build/html
- name: Upload zipped book artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 43c48cd

Please sign in to comment.