From b55783f6a8a351ff49fcb29bd0390420e1dd7b2e Mon Sep 17 00:00:00 2001 From: 9ao2hen Date: Sat, 16 Sep 2023 00:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 7c9be09..2245fd7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,10 +2,8 @@ # 确保脚本抛出遇到的错误 set -e - # 生成静态文件 yarn build - # 进入生成的文件夹 cd docs/.vuepress/dist