DenverCoder1 / doxygen-github-pages-action

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

Obvious issues with my usage? #10

Closed arran4 closed 2 years ago

arran4 commented 2 years ago

Is there anything obviously wrong with my usage here: https://github.com/DMJC/Linwarrior3D/runs/6237704319?check_suite_focus=true

https://github.com/DMJC/Linwarrior3D/blob/main/.github/workflows/ghpdoxy.yaml

?

DenverCoder1 commented 2 years ago

The error says "Doxyfile not found and no input file specified!"

Maybe try renaming your doxygen config file to Doxyfile?

arran4 commented 2 years ago

Is it possible to overwrite / specify our own?

DenverCoder1 commented 2 years ago

Currently, it assumes the default name will be used.

11 should allow you to change it from the default. Let me know what you think.

arran4 commented 2 years ago

Looks good. Having the option there also in effect documents the behavior of the default. I approve.