You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I'm good with main. We could also keep build, but it's very confusing to people who get into this repo the first time, which is part of my reasoning for going to a "normal" default branch name.
I know tooling will be an issue if we get away from master
In this particular case it won't matter because we don't have tooling on this repo.
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
gh-pages
insteadgh-pages
:manageiq.github.io/bin/deploy
Line 12 in eff1c60
The text was updated successfully, but these errors were encountered: