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