From 979301eb93b93fe04196add532112bd846a4e3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1018008088@qq.com> Date: Tue, 11 Nov 2025 10:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=20Github=20=E4=B8=8A=E7=BC=96=E8=BE=91=E8=AF=A5?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_prod.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_prod.sh b/run_prod.sh index a5d6f92..d69d9ca 100644 --- a/run_prod.sh +++ b/run_prod.sh @@ -1,10 +1,12 @@ #!/bin/bash +# 删除缓存 echo "del cache" rm -rf ./node_modules rm -rf ./docs/.vitepress/cache rm -rf ./docs/.vitepress/dist +# 部署静态网页 echo "npm install" npm install echo "run docs:build"