BryanSchuetz / jekyll-deploy-gh-pages

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.
118 stars 60 forks source link

Allow the ability to specify a custom branch #2

Closed EdricChan03 closed 4 years ago

EdricChan03 commented 5 years ago

This PR adds the ability to specify a custom branch, as some people may want to deploy to the master branch on a user repository.

koppor commented 4 years ago

LGTM. Can this be merged?

BryanSchuetz commented 4 years ago

I'd rather leave it as simple and low-config as possible. Most people will be using the gh-pages branch.