From b24489ae809fed4c996dad0e5769d348b4f480b9 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:28:34 +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, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 50686e8..8454baf 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -34,8 +34,7 @@ jobs: run: |- cd docs pnpm run docs:build - cd .. - > docs/.vuepress/dist/.nojekyll + > .vuepress/dist/.nojekyll - name: 部署文档 uses: JamesIves/github-pages-deploy-action@v4