-
Notifications
You must be signed in to change notification settings - Fork 13
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
(feature) copy files to root of repository before pushing / keep README in pushed branch #32
Comments
I can draft a small nasty PR if you wish, basically guarding the |
prevents removing the README.md file (yegor256#32)
@fwolfst isn't is copying the file by default? I don't understand the problem... |
@yegor256 yes its copied but then deleted: jekyll-github-deploy/bash/deploy.sh Line 55 in 587c67d
README.md .
|
In that sense, from a developer-perspective the flag shouldnt be called |
I figured that for github "user" pages on github.io only the master branch can be used to serve the (via jgd: static) content.
I was very happy to see that with
jgd -b master -r source
I can still use jgd such that user.github.io will show me the rendered version.However, now when browsing the repo on github, people do not see the README.md anymore (in which I would also state that I use jgd, and how). Thus it would be cool if jgd would have a
--copy-readme
(or--copy-file README.md
) flag to copy the README.md over before pushing to the master branch.The text was updated successfully, but these errors were encountered: