Skip to content

Commit

Permalink
Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
baynezy committed Feb 10, 2024
1 parent 204e304 commit 46950d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
with:
github_token: ${{ secrets.PUBLISH_DOCS_TOKEN }}
branch: gh-pages
folder: /documentation/html/
folder: /documentation/html
config_file: doxygen.config
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,7 @@ MigrationBackup/
# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,rider,vs

# exe build
output/
output/

## Doxygen
documentation/

0 comments on commit 46950d6

Please sign in to comment.