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 af2cc58 commit b1d0009Copy full SHA for b1d0009
deploy.sh
@@ -18,7 +18,7 @@ git add -A
18
git commit -m 'deploy'
19
20
# if you are deploying to https://<USERNAME>.github.io
21
-git push -f https://kabbagepatch:kabbagepatch@github.com/kabbagepatch/kabbagepatch.github.io.git master
+git push -f https://kabbagepatch:$GIT_TOKEN@github.com/kabbagepatch/kabbagepatch.github.io.git master
22
23
# if you are deploying to https://<USERNAME>.github.io/<REPO>
24
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
0 commit comments