actions-marketplace-validations/Doxygen GitHub Pages Deploy Action
Make docs with Doxygen then deploy the generated HTML to GitHub pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 26, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/denvercoder1_doxygen-github-pages-action@a5ce84b4f3636592e0c101064b66136851c1605b # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token for pushing to the repo. Example: https://git.io/passing-token | yes | — |
| branch | Branch name for pushing GitHub pages files | yes | gh-pages |
| folder | Folder where Doxygen will generate the HTML build files | yes | docs/html |
| config_file | Path of the Doxygen configuration file | yes | Doxyfile |
| target_folder | Directory on the deployment branch for pushing the build files | no | — |
| doxygen_version | Version of Doxygen to install | no | 1.9.6 |
Outputs
no outputs