maxheld83 / ghpages

Deploy arbitrary static assets through GitHub Actions
https://github.com/maxheld83/ghpages
MIT License
179 stars 31 forks source link

alloy deploy to master branch /docs/ #4

Closed maxheld83 closed 5 years ago

maxheld83 commented 5 years ago

to fully cover the possibilities for GitHub pages sources, as per the docs, I guess we'd need this to.

(this is an extension of #3)

I'm a little cautious about this one, because deploying to docs/ you might:

We'd need to be quite careful with the git command as well; currently we can just write to some branch and delete all of its history and be done with it.

So this seems to add a lot of complexity.

Also, I just think docs/, if used at all, should be used by directly committing to it, not through some CI/CD.