Releases: DenverCoder1/doxygen-github-pages-action
Releases · DenverCoder1/doxygen-github-pages-action
v2.0.0
What's Changed
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
doxygen_version: 1.9.6
BREAKING CHANGE: The default version for Doxygen if not specified is now 1.9.6
instead of the latest version available via apt-get which was 1.9.1
New Contributors
Full Changelog: v1.3.1...v2.0.0
v1.3.1
v1.3.0
What's Changed
- feat: Add
target_folder
option by @DenverCoder1 in #21
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
What's Changed
- feat: Add step to install graphviz by default by @m1ntySkye in #15
- chore(deps): Migrate github-pages-deploy-action v4, checkout v3 by @DenverCoder1 in #18
New Contributors
- @m1ntySkye made their first contribution in #15
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- fix: Allow custom directory for .nojekyll by @DenverCoder1 in #6
- feat: Add option to specify config file path by @DenverCoder1 in #11
Full Changelog: v1...v1.1.0
Version 1.0.0
What's Changed
- feat: Create Doxygen GitHub Pages workflow by @DenverCoder1 in #1
- fix: Set shell properties to bash by @DenverCoder1 in #2
- fix: indentation error by @DenverCoder1 in #3
- fix: secrets not working by @DenverCoder1 in #4
- fix: invalid syntax in description by @DenverCoder1 in #5
Full Changelog: https://github.com/DenverCoder1/doxygen-github-pages-action/commits/v1