Does deploying auto-generated documentation to GitHub Pages require committing the website files to gh-pages branch?
I am generating documentation for my project for GitHub Pages, but I am doing it by running Jekyll/Doxygen and committing the results back to the repo.
Does deploying auto-generated documentation to gh-pages require committing the website files to gh-pages branch?
I have a rather simple question, I am generating documentation for my project for gh-pages, but I am doing it by running jekyll/doxygen and committing the results back to the repo.