Open
Description
At one point, GitHub required the master branch for a .github.io repo to have what would be deployed by GitHub Pages. That has since changed, and we can have any branch we want. As such, we should reorganize the branches to be more expected. I propose:
master
->gh-pages
build
->master
- Update the default branch
- Update the settings to use
gh-pages
instead - Update the deploy script to use
gh-pages
:Line 12 in eff1c60