Skip to content

Commit

Permalink
corrected path for build in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Nov 19, 2023
1 parent 17d5340 commit 0afaacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter-book build docs/
jupyter-book build
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
publish_dir: ./_build/html

0 comments on commit 0afaacd

Please sign in to comment.