From 171abea4318911055b44b501f0b9f75e348210dc Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Fri, 28 Dec 2018 00:20:00 +0000 Subject: [PATCH] DOC: Fixing doc upload (no such remote origin) --- ci/build_docs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index fbb27286e9566..bf22f0764144c 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -45,7 +45,6 @@ if [ "$DOC" ]; then git add --all . git commit -m "Version" --allow-empty - git remote remove origin git remote add origin "https://${PANDAS_GH_TOKEN}@github.com/pandas-dev/pandas-docs-travis.git" git fetch origin git remote -v