diff --git a/deploy.sh b/deploy.sh index 77b2dac..7f52972 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,6 +12,6 @@ git add -A git commit -m 'deploy' # 如果发布到 https://.github.io/ -git push -f https://github.com/lantingBoy/alladin-ui-plus.git main:gh-pages +git push -f https://github.com/lantingBoy/alladin-ui-plus.git master:gh-pages cd -