diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 13c64e4..37dfb64 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 514dc0f..3cacfd2 100644 --- a/.gitignore +++ b/.gitignore @@ -447,4 +447,7 @@ MigrationBackup/ # End of https://www.toptal.com/developers/gitignore/api/dotnetcore,rider,vs # exe build -output/ \ No newline at end of file +output/ + +## Doxygen +documentation/ \ No newline at end of file