GitHub Pages
To deploy a site to GitHub Pages, you simple need to create a branch named
gh-pages
that contains the files you would like to deploy.
Then go to the "Settings" page for that repository. You will find the link to the public page if you scroll down.
It is imperative that there is a file named index.html
in the gh-pages
branch so that GitHub Pages has a file to serve.