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 0bb73c0 commit d9b694fCopy full SHA for d9b694f
deploy.sh
@@ -18,8 +18,7 @@ git add -A
18
git commit -m 'deploy'
19
20
# if you are deploying to https://<USERNAME>.github.io
21
-git remote set-url origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
22
-git push -f origin master
+git push -f https://kabbagepatch:kabbagepatch@github.com/kabbagepatch/kabbagepatch.github.io.git master
23
24
# if you are deploying to https://<USERNAME>.github.io/<REPO>
25
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
0 commit comments