Skip to content

Commit b1d0009

Browse files
authored
Update deploy.sh
1 parent af2cc58 commit b1d0009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

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

2020
# if you are deploying to https://<USERNAME>.github.io
21-
git push -f https://kabbagepatch:kabbagepatch@github.com/kabbagepatch/kabbagepatch.github.io.git master
21+
git push -f https://kabbagepatch:$GIT_TOKEN@github.com/kabbagepatch/kabbagepatch.github.io.git master
2222

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

0 commit comments

Comments
 (0)