We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd89530 commit bbd7864Copy full SHA for bbd7864
update-ghpages.sh
@@ -18,5 +18,5 @@ then
18
# it should be committed
19
git add .
20
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
+ git push --quiet "https://${GH_TOKEN}:x-oauth-basic@${GH_REF}" gh-pages > /dev/null 2>&1
22
fi
0 commit comments