Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki authored Dec 2, 2024
1 parent 3af7ac9 commit 784dc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
pip install sphinx
pip install sphinx-book-theme
pip install myst-nb
cd doc
cd docs
make html linkcheck
- name: Upload to github pages 🚀
if: ${{ github.event_name == 'push' }}
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: doc/_build/html # The folder the action should deploy.
folder: docs/_build/html # The folder the action should deploy.

0 comments on commit 784dc2d

Please sign in to comment.