-
Notifications
You must be signed in to change notification settings - Fork 49
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
Inconsistency between Travis and local deploy #14
Comments
Or we can make it configurable. I'd opt for keeping single commit, or defaulting to that. |
I've decided making it configurable would add an unnecessary complexity for almost no reason. Went with the documented behavior. |
Deleting the local branch is not enough. ghp-import checks origin/gh-pages and rebases on top of that https://github.com/davisp/ghp-import/blob/3fd376d66d1626da00c623193ff04169afb9c97f/ghp_import.py#L69 |
It would need to do something like |
On Travis:
Locally:
We can do one of the following:
The text was updated successfully, but these errors were encountered: