File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
global :
17
17
18
18
# pandas-docs-travis GH
19
- - secure : " UJK7kUtkcnV9PFP4IBXAvgmRQKdwARlfqF4UZQ5tBwrpnD1a3n7FLBijcuXQ3jkvwpEc/FZB9RJDXmsqYXJPvq3BC++2Cv2tFDvKr/c+y8KffszAyVk47jKEHMNmGgauwaNMggsE/rH8YHe4so9LsJHTRbzmLo8lXPNTldoIu5s= "
19
+ - secure : Oz6cwVu3NetKZ5nKLJ4RQQBbRJE4KF3J5fkVwICJ2SQaE00ng8os4zJRGSkf0g+K1AVJpQ9A1XKG/IOKMBSkGiXBaVR/Qk/5b+QOTjEhgQBd7tdYjBrFfzpn0AIWn+70nAh24pvuGmq5MU9ILUXwNVVM87FF7cJ7efNseveh7Ss=
20
20
21
21
git :
22
22
# for cloning
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ if [ x"$DOC_BUILD" != x"" ]; then
55
55
touch .nojekyll
56
56
git add --all .
57
57
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"
59
60
git push origin gh-pages -f
60
61
fi
61
62
You can’t perform that action at this time.
0 commit comments