We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b6de920 commit 81a2f79Copy full SHA for 81a2f79
ci/build_docs.sh
@@ -56,7 +56,8 @@ if [ x"$DOC_BUILD" != x"" ]; then
56
git add --all .
57
git commit -m "Version" --allow-empty
58
git remote remove origin
59
- git remote add origin "https://$GH_TOKEN@github.com/pandas-docs/pandas-docs-travis.git"
+ echo "https://${GH_TOKEN}@github.com/pandas-docs/pandas-docs-travis.git"
60
+ git remote add origin "https://${GH_TOKEN}@github.com/pandas-docs/pandas-docs-travis.git"
61
git push origin gh-pages -f
62
fi
63
0 commit comments