Skip to content

Commit

Permalink
Merge pull request #454 from baynezy/feature/issue-453-doxygen
Browse files Browse the repository at this point in the history
Change doxygen publication abck to original action
  • Loading branch information
baynezy authored Aug 12, 2024
2 parents 0dd72cd + 2f1b9cd commit d32416d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d32416d

Please sign in to comment.