I have a java project hosted on a GitHub. And I want to allow see JavaDoc HTML-page for this hosting. For this purpose I create gh-pahes branch.
How I can easy move/commit JavaDoc (that created into master branch) into gh-pages branch using EGit and Eclipse IDE? I regenerate JavaDoc often and want find way to easy commit new version JavaDoc to gh-pages but working into master branch.
I found not so good solution as I want, but it is works:
How to update:
Thats is all! Now you commit from master branch copy to gh-pages branch!
I don’t know WHY I need using special branch for access to my HTML docs in the GitHub?! Use Google Code is MORE useful!