There are two kinds of GitHub pages, user/org pages, and project pages. User/org pages are in repos named username.github.io, and are deployed to the master branch. Project pages are in any repo, and are deployed to the gh-pages branch. We currently support the latter. Supporting the former wouldn't be hard, maybe even detecting it automatically.
This is low priority (I don't personally have a need for it).
There are two kinds of GitHub pages, user/org pages, and project pages. User/org pages are in repos named
username.github.io, and are deployed to themasterbranch. Project pages are in any repo, and are deployed to thegh-pagesbranch. We currently support the latter. Supporting the former wouldn't be hard, maybe even detecting it automatically.This is low priority (I don't personally have a need for it).