Skip to content

Commit

Permalink
Fixed wrong path to source directory in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent 5610659 commit 8d2b212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build documentation
run: |
sphinx-build -M html source docs/_build -E
sphinx-build -M html docs/source docs/_build -E
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 8d2b212

Please sign in to comment.