doxygen-github-pages-action
doxygen-github-pages-action copied to clipboard
GitHub Action for deploying Doxygen documentation to a GitHub pages branch
Hi, I've tried to use this action for my project, but was met with the following message at the end of the action run: ``` There is nothing to commit....
I am wondering whether the action can be instructed to use a custom script that simply calls `doxygen` with the `PROJECT_NUMBER` being exported using the `git` version or a tag...
Hi, thanks for developing and maintaining this tool. I am trying to use it for a repository that I contribute to. So far, my effort has been unsuccessful. I am...