We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b427e commit 6421d8dCopy full SHA for 6421d8d
ci/build_docs.sh
@@ -55,7 +55,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
55
touch .nojekyll
56
git add --all .
57
git commit -m "Version" --allow-empty
58
- git remote add origin "https://$GH_TOKEN@github.com/pandas-docs/pandas-docs-travis"
+ git remote add origin "https://pandas-docs:$GH_TOKEN@github.com/pandas-docs/pandas-docs-travis"
59
git push origin gh-pages -f
60
fi
61
0 commit comments