We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bb0f7 commit 30d866eCopy full SHA for 30d866e
ci/build_docs.sh
@@ -44,6 +44,11 @@ if [ "$DOC" ]; then
44
45
# create the repo
46
git init
47
+
48
+ git remote remove origin
49
+ git remote add origin "https://${PANDAS_GH_TOKEN}@github.com/pandas-docs/pandas-docs-travis.git"
50
+ git fetch origin
51
52
touch README
53
git add README
54
git commit -m "Initial commit" --allow-empty
@@ -52,8 +57,7 @@ if [ "$DOC" ]; then
57
touch .nojekyll
58
git add --all .
59
git commit -m "Version" --allow-empty
55
- git remote remove origin
56
- git remote add origin "https://${PANDAS_GH_TOKEN}@github.com/pandas-docs/pandas-docs-travis.git"
60
61
git push origin gh-pages -f
62
fi
63
0 commit comments