I\'m trying to use GitHub pages to host a Doxygen site. Ideally, I\'d like to be able to push the generated files and directories to GitHub without having to tweak them at a
To use Doxygen and gh-pages, you need to:
.nojekyll in the root of your gh-pages branch .png, .html, and similars from your .gitignore fileAnd finally, create the index.html file in the root of your project:
Page Redirection
If you are not redirected automatically,
follow the link to the documentation
References: