From 46950d65f858d948b788ed2f6f198daa12128078 Mon Sep 17 00:00:00 2001 From: Simon Baynes Date: Sat, 10 Feb 2024 07:31:08 +0000 Subject: [PATCH] Maybe --- .github/workflows/publish-docs.yml | 2 +- .gitignore | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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