Skip to content

Reorganize branches #18

Open
Open
@Fryguy

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:
    git clone --bare --branch master --depth 5 https://x-access-token:${GITHUB_TOKEN}@github.com/ManageIQ/manageiq.github.io .git

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions