Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 0a18923

Browse files
authored
Update deploy.sh
1 parent acb834a commit 0a18923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy.sh

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

1919
# if you are deploying to https://<USERNAME>.github.io
20-
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
20+
git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
2121

2222
# if you are deploying to https://<USERNAME>.github.io/<REPO>
2323
git push -f [email protected]:DivanteLtd/vue-storefront.git master:gh-pages

0 commit comments

Comments
 (0)