File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 global :
1717
1818 # pandas-docs-travis GH
19- - secure : " PCzUFR8CHmw9lH84p4ygnojdF7Z8U5h7YfY0RyT+5K/aiQ1ZTU3ZkDTPI0/rR5FVMxsEEKEQKMcc5fvqW0PeD7Q2wRmluloKgT9w4EVEJ1ppKf7lITPcvZR2QgVOvjv4AfDtibLHFNiaSjzoqyJVjM4igjOu8WTlF3JfZcmOQjQ ="
19+ - secure : " UJK7kUtkcnV9PFP4IBXAvgmRQKdwARlfqF4UZQ5tBwrpnD1a3n7FLBijcuXQ3jkvwpEc/FZB9RJDXmsqYXJPvq3BC++2Cv2tFDvKr/c+y8KffszAyVk47jKEHMNmGgauwaNMggsE/rH8YHe4so9LsJHTRbzmLo8lXPNTldoIu5s ="
2020
2121git :
2222 # for cloning
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ if [ x"$DOC_BUILD" != x"" ]; then
4343 cd /tmp/doc/build/html
4444 git config --global user.email
" [email protected] " 4545 git config --global user.name " pandas-docs-bot"
46+ git config --global credential.helper cache
4647
48+ # create the repo
4749 git init
4850 touch README
4951 git add README
@@ -53,7 +55,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
5355 touch .nojekyll
5456 git add --all .
5557 git commit -m " Version" --allow-empty
56- git remote add origin https://$GH_TOKEN @github.com/pandas-docs/pandas-docs-travis
58+ git remote add origin " https://$GH_TOKEN @github.com/pandas-docs/pandas-docs-travis"
5759 git push origin gh-pages -f
5860fi
5961
You can’t perform that action at this time.
0 commit comments