Skip to content

Commit 6421d8d

Browse files
jrebackischurov
authored andcommitted
BLD: use org name in build-docs.sh
1 parent 41b427e commit 6421d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
5555
touch .nojekyll
5656
git add --all .
5757
git commit -m "Version" --allow-empty
58-
git remote add origin "https://$GH_TOKEN@github.com/pandas-docs/pandas-docs-travis"
58+
git remote add origin "https://pandas-docs:$GH_TOKEN@github.com/pandas-docs/pandas-docs-travis"
5959
git push origin gh-pages -f
6060
fi
6161

0 commit comments

Comments
 (0)