From 0b0e63f1d56090e3b5544c14adb9217be850e71d Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:19:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20vuepress=E6=9E=84=E5=BB=BA=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= 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 bc657400..8454baf3 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,8 +32,9 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=8192 run: |- + cd docs pnpm run docs:build - > docs/.vuepress/dist/.nojekyll + > .vuepress/dist/.nojekyll - name: 部署文档 uses: JamesIves/github-pages-deploy-action@v4