From 9325d1e8b82dde6197efa09699b93805334952b6 Mon Sep 17 00:00:00 2001 From: zhoumengxiang Date: Sun, 8 Oct 2023 16:10:05 +0800 Subject: [PATCH] feat:x --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -