-
Notifications
You must be signed in to change notification settings - Fork 39
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
Create the gh-pages branch if not existent #37
Comments
An easy step might be to check the failure, and print out the command they should run (it's in the readme). |
@cironunes do you think that would be a good solution in the short term? |
I get the same error even after creating the orphan branch. I haven't looked at the code in detail yet but the error tells me the command that checks out the orphan branch isn't correct i.e. instead of running:
it should be running:
Reference: https://git-scm.com/docs/git-checkout Does this makes sense? |
^ false alram, I think it's rather:
the I got around the issue by leaving behind a |
Good catch, think you can submit a PR? |
Sure, happy to leave a |
Yeah |
if you just try to deploy without creating the branch first it will fail
The text was updated successfully, but these errors were encountered: