Skip to content

Commit

Permalink
Use correct output dir for workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas-uhl committed Aug 18, 2024
1 parent 58bbdb1 commit 1124f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/html/
publish_dir: build/docs/html/
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
Expand Down

0 comments on commit 1124f4d

Please sign in to comment.