Skip to content

Commit

Permalink
Modify docs publish action to match new signature
Browse files Browse the repository at this point in the history
Closes #446
  • Loading branch information
baynezy committed Aug 6, 2024
1 parent 914a1af commit c29f73b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
with:
github_token: ${{ secrets.PUBLISH_DOCS_TOKEN }}
branch: gh-pages
config_file: doxygen.config
config_file: doxygen.config
doxygen_version: 1.9.6

0 comments on commit c29f73b

Please sign in to comment.