DenverCoder1 / doxygen-github-pages-action

GitHub Action for deploying Doxygen documentation to a GitHub pages branch
MIT License
75 stars 16 forks source link

doxygen version is limited to the latest version available via `apt-get` #29

Closed baynezy closed 2 months ago

baynezy commented 2 months ago

I needed a feature provided in 1.9.6 of doxygen. Using the apt-get method in the action means you get the latest version from the package manager, and not necessarily the latest version available.