From 8aa2a5621702c709452e8b1944ae2edf55299b52 Mon Sep 17 00:00:00 2001 From: Shuery <2463253700@qq.com> Date: Thu, 12 Sep 2024 23:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=88=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=EF=BC=89=EF=BC=9A=E6=9B=B4=E6=AD=A3=20vitepress?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy docs.yml b/.github/workflows/deploy docs.yml index 632b1311..3c06c211 100644 --- a/.github/workflows/deploy docs.yml +++ b/.github/workflows/deploy docs.yml @@ -54,11 +54,12 @@ jobs: NODE_OPTIONS: --max_old_space_size=8192 run: |- pnpm run docs:build + > ./docs/.vitepress/dist/.nojekyll - name: 上传产物 uses: actions/upload-pages-artifact@v3 with: - path: './docs/.vuepress/dist' + path: './docs/.vitepress/dist' deploy: environment: