Skip to content

Commit

Permalink
Modified build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent a045af6 commit 5610659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Build documentation
run: |
sphinx-build -b html source docs/_build
sphinx-build -M html source docs/_build -E
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build
publish_dir: docs/_build/html

0 comments on commit 5610659

Please sign in to comment.