Skip to content

Commit bbd7864

Browse files
author
NooBxGockeL
committed
Work on iluwatar#218, fix push command
1 parent bd89530 commit bbd7864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-ghpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ then
1818
# it should be committed
1919
git add .
2020
git commit -m ":sparkles: :up: Automagic Update via Travis-CI"
21-
git push --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
21+
git push --quiet "https://${GH_TOKEN}:x-oauth-basic@${GH_REF}" gh-pages > /dev/null 2>&1
2222
fi

0 commit comments

Comments
 (0)