From 9bb228dfbb1fccc97c61eecfb04a4d1b696518ff Mon Sep 17 00:00:00 2001 From: OutisLi Date: Wed, 6 Mar 2024 20:08:28 +0800 Subject: [PATCH] 2 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 669659d..017e4ab 100644 --- a/deploy.sh +++ b/deploy.sh @@ -12,7 +12,7 @@ cd docs/.vuepress/dist # 如果是发布到自定义域名 # echo 'www.example.com' > CNAME -# git init +git init git add -A git commit -m 'deploy'