diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 04b2e7a..e358ff5 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -21,6 +21,6 @@ git commit -m 'deploy' # git push -f git@github.com:/.github.io.git master # Replace with your own Github username and with the repository name, for example, in my case it's -git push -f https://github.com/saqqdy/node-wxcrypto.git master:gh-pages +git push -f https://github.com/saqqdy/node-wxcrypto.git main:gh-pages cd -