From 6c1f9b62290c64fe515975f0891a30355de88ac7 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 11:57:32 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=B5=8B=E8=AF=95=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2c9d9c6..60c0d2a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -61,7 +61,7 @@ jobs: run: |- cd docs pnpm run docs:build - > .vuepress/dist/.nojekyll + > .vitepress/dist/.nojekyll - name: 部署文档 uses: JamesIves/github-pages-deploy-action@v4