-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate gh-pages branch createon #201
Comments
Create an orphan branch with git
Create gh-pages branch from GitHub |
@klettier Thanks, but seems it is for manual creation (especially second option). What about automation? |
It could be easy to apply first option in build script if the branch doesn't exist. klettier |
I think you are right that implicit branch creation is not good idea but scaffold initial script is interactive. So, user can choose necessary options (like repo initialisation in current version). |
For me when we init the repo (wantGit = true) we should init this branch too (implicit way).
|
Sounds great. |
Github pages now supports the master branch docs folder as source https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ Much simpler for people to implement and understand. |
Cool we could use that for new projects. Usually people don't merge projectscaffold back to existing projects |
I have a PR related to implement the new model of publising docs. #278 If there is interest in carrying this forward, I can resolve the merge conflict. This is implemented as a hard cut-over to the simpler model of publishing docs on Github. In other words the gh-pages option would not be available. // @pblasucci |
Closing this in favor of keeping discussion open in this issue #304 |
It would be useful to automate gh-pages branch creation in init script.
Note that Scaffold can be used for projects with long history, so
The text was updated successfully, but these errors were encountered: