Skip to content

Commit 7c4e04e

Browse files
authored
Update deploy.sh
1 parent ef4a653 commit 7c4e04e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ git add -A
1818
git commit -m 'deploy'
1919

2020
# if you are deploying to https://<USERNAME>.github.io
21-
git push -f https://github.com/kabbagepatch/kabbagepatch.github.io.git master
21+
git remote add origin https://github.com/kabbagepatch/kabbagepatch.github.io.git
22+
git push -f origin master
2223

2324
# if you are deploying to https://<USERNAME>.github.io/<REPO>
2425
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages

0 commit comments

Comments
 (0)