Skip to content

Commit

Permalink
DOC: push docs to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed May 19, 2017
1 parent 22ae055 commit 0d43131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ "$DOC" ]; then
git commit -m "Version" --allow-empty

git remote remove origin
git remote add origin "https://${PANDAS_GH_TOKEN}@github.com/pandas-docs/pandas-docs-travis.git"
git remote add origin "https://${PANDAS_GH_TOKEN}@github.com/pandas-dev/pandas-docs-travis.git"
git fetch origin
git remote -v

Expand Down

0 comments on commit 0d43131

Please sign in to comment.