From 2f1b9cd58bc6bd68c7538475b3345a6a208d4819 Mon Sep 17 00:00:00 2001 From: Simon Baynes Date: Mon, 12 Aug 2024 10:29:00 +0100 Subject: [PATCH] Change doxygen publication abck to original action - My contribution was accepted DenverCoder1/doxygen-github-pages-action@v2.0.0 Closes #453 --- .github/workflows/publish-docs.yml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 9f458e6..4a1ca83 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest environment: github-pages steps: - - uses: baynezy/doxygen-github-pages-action@feature/specific-version + - uses: DenverCoder1/doxygen-github-pages-action@v2.0.0 with: github_token: ${{ secrets.PUBLISH_DOCS_TOKEN }} branch: gh-pages diff --git a/CHANGELOG.md b/CHANGELOG.md index b90a903..0345107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Reverted doxygen publishing action back to original as they have taken +[my contribution](https://github.com/DenverCoder1/doxygen-github-pages-action/pull/30) and +[implemented it](https://github.com/DenverCoder1/doxygen-github-pages-action/releases/tag/v2.0.0) in the main repo. + ## [6.2.5.7] - 2024-08-07 ### Fixed