Skip to content

Commit

Permalink
Fix published directory path in GitHub Pages deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
s3785111 authored Jan 21, 2025
1 parent ab34103 commit 874e2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./documentation
publish_dir: ./documentation/docs

0 comments on commit 874e2dc

Please sign in to comment.