Skip to content

Releases: DenverCoder1/doxygen-github-pages-action

v2.0.0

08 Aug 13:29
a30f953
Compare
Choose a tag to compare

What's Changed

  • feat: Enable doxygen version to be configured by @baynezy in #30
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
        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

13 Jul 18:37
60e8d33
Compare
Choose a tag to compare

What's Changed

  • Bump checkout version due to node16 deprecation by @csett86 in #27

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Apr 08:25
521102b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

22 Nov 17:24
a1ff6f4
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

01 May 04:06
f1a31f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.1.0

Version 1.0.0

06 Dec 06:01
2f7ae79
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/DenverCoder1/doxygen-github-pages-action/commits/v1