Right now this is how GitHub Pages work:
- If the name of the repository is username.github.io , it pulls from the master branch.
- If it’s anything else, it pulls from the gh-pages branch or any branch that you configure
Is there a way to publish from a different branch on a username.github.io repository?