Skip to content

Commit

Permalink
FIX: correct documentation path
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 5, 2023
1 parent 867383d commit a1e5753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
python-version: "3.10"
- run: pip install -r requirements.txt
- run: jupyter book build docs -W
- run: jupyter book build . -W
- uses: actions/upload-pages-artifact@v1
if: always()
with:
path: docs/_build/html
path: ./_build/html

gh-pages:
name: Upload to GitHub Pages
Expand Down

0 comments on commit a1e5753

Please sign in to comment.