File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616 global :
1717
1818 # pandas-docs-travis GH
19- - secure : " UJK7kUtkcnV9PFP4IBXAvgmRQKdwARlfqF4UZQ5tBwrpnD1a3n7FLBijcuXQ3jkvwpEc/FZB9RJDXmsqYXJPvq3BC++2Cv2tFDvKr/c+y8KffszAyVk47jKEHMNmGgauwaNMggsE/rH8YHe4so9LsJHTRbzmLo8lXPNTldoIu5s= "
19+ - secure : Oz6cwVu3NetKZ5nKLJ4RQQBbRJE4KF3J5fkVwICJ2SQaE00ng8os4zJRGSkf0g+K1AVJpQ9A1XKG/IOKMBSkGiXBaVR/Qk/5b+QOTjEhgQBd7tdYjBrFfzpn0AIWn+70nAh24pvuGmq5MU9ILUXwNVVM87FF7cJ7efNseveh7Ss=
2020
2121git :
2222 # for cloning
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ if [ x"$DOC_BUILD" != x"" ]; then
5555 touch .nojekyll
5656 git add --all .
5757 git commit -m " Version" --allow-empty
58- git remote add origin " https://pandas-docs:$GH_TOKEN @github.com/pandas-docs/pandas-docs-travis"
58+ git remote remove origin
59+ git remote add origin " https://$GH_TOKEN @github.com/pandas-docs/pandas-docs-travis.git"
5960 git push origin gh-pages -f
6061fi
6162
You can’t perform that action at this time.
0 commit comments