From c29f73b0cff9085ac0146a0960c6b80497ee9b15 Mon Sep 17 00:00:00 2001 From: Simon Baynes Date: Tue, 6 Aug 2024 13:47:30 +0100 Subject: [PATCH] Modify docs publish action to match new signature Closes #446 --- .github/workflows/publish-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index fb483d8d..9f458e61 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -16,4 +16,5 @@ jobs: with: github_token: ${{ secrets.PUBLISH_DOCS_TOKEN }} branch: gh-pages - config_file: doxygen.config \ No newline at end of file + config_file: doxygen.config + doxygen_version: 1.9.6 \ No newline at end of file