agarwalsaurav/Doxygen and Github Pages
Make docs with Doxygen then deploy the generated HTML to GitHub pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 8, 2025
- License
- None
Pinned Snippet
uses: agarwalsaurav/ghaction-doxygen-ghpages@5497fb44f08ac7fbbb43b5839f839224b9a0d8b8 # v2.3.0tags 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 | — |
| working-directory | Working directory | yes | . |
| doxyfile-path | Path of the Doxygen configuration file | yes | ./Doxyfile |
| html-output-folder | Folder (relative to working-directory) where Doxygen will generate the HTML build files. | yes | doc/html |
| branch | Branch name for pushing GitHub pages files | yes | gh-pages |
| target_folder | Directory on the deployment branch for pushing the build files | no | — |
| env_list_file | Provide a file with environment variables to be passed to docker | no | — |
Outputs
no outputs