Skip to content

DOC: Fixing doc upload (no such remote origin) #24459

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

Merged
merged 1 commit into from
Dec 28, 2018
Merged

DOC: Fixing doc upload (no such remote origin) #24459

merged 1 commit into from
Dec 28, 2018

Conversation

datapythonista
Copy link
Member

Didn't test it locally, as it's quite complicated (besides needing a token, the script changes the global git config).

But I think this should fix the problem. Seems like the problem is that we're deleting the remote origin of the github pages repo, just in case. Before it was ok, because we didn't make the script fail if something went wrong, but in #24292 we implemented that if something goes wrong in the doc build, we cancel and we fail it (with the shell option -e).

CC: @jreback

@jreback jreback added this to the 0.24.0 milestone Dec 28, 2018
@jreback jreback merged commit aa1549f into pandas-dev:master Dec 28, 2018
@jreback
Copy link
Contributor

jreback commented Dec 28, 2018

thanks @datapythonista let's see

@datapythonista
Copy link
Member Author

the build finished all right in master (was pushed correctly): https://api.travis-ci.org/v3/job/472839201/log.txt

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI/DOC: doc build is failing
2 participants