File tree 2 files changed +4
-2
lines changed
2 files changed +4
-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 : " PCzUFR8CHmw9lH84p4ygnojdF7Z8U5h7YfY0RyT+5K/aiQ1ZTU3ZkDTPI0/rR5FVMxsEEKEQKMcc5fvqW0PeD7Q2wRmluloKgT9w4EVEJ1ppKf7lITPcvZR2QgVOvjv4AfDtibLHFNiaSjzoqyJVjM4igjOu8WTlF3JfZcmOQjQ ="
19
+ - secure : " UJK7kUtkcnV9PFP4IBXAvgmRQKdwARlfqF4UZQ5tBwrpnD1a3n7FLBijcuXQ3jkvwpEc/FZB9RJDXmsqYXJPvq3BC++2Cv2tFDvKr/c+y8KffszAyVk47jKEHMNmGgauwaNMggsE/rH8YHe4so9LsJHTRbzmLo8lXPNTldoIu5s ="
20
20
21
21
git :
22
22
# for cloning
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ if [ x"$DOC_BUILD" != x"" ]; then
43
43
cd /tmp/doc/build/html
44
44
git config --global user.email " pandas-docs-bot@localhost.foo"
45
45
git config --global user.name " pandas-docs-bot"
46
+ git config --global credential.helper cache
46
47
48
+ # create the repo
47
49
git init
48
50
touch README
49
51
git add README
@@ -53,7 +55,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
53
55
touch .nojekyll
54
56
git add --all .
55
57
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"
57
59
git push origin gh-pages -f
58
60
fi
59
61
You can’t perform that action at this time.
0 commit comments