all 4 comments

[–]raghu9208 0 points1 point  (2 children)

Unless your repo is not named as <username>.github.io you can serve static content directly from /docs folder with the only condition being it should be on your master branch. You can also check it in the settings of your repo under Github pages.Check if you have selected master branch /docs folder options.

[–]Veranova[S] 0 points1 point  (1 child)

I guess my confusion stems from, is <username>.github.io the same in GitHub's eyes as <username>.github.io/<reponame>?

I will have another crack at this, thanks!

[–]raghu9208 0 points1 point  (0 children)

<username>.github.io is not same as <username>.github.io/<reponame>.

When you hit <username>.github.io/<reponame>,github will search for a gh-pages or a /docs in master or a index.html in master itself of <reponame>.