From a8cc471f7b24cb280bb7f140caa09a8c6e17f244 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 14 Dec 2024 16:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20GitHub=20Actio?= =?UTF-8?q?ns=20=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=9E=84=E5=BB=BA=E8=BE=93?= =?UTF-8?q?=E5=87=BA=EF=BC=9B=E6=9B=B4=E6=96=B0=20.gitignore=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BB=A5=E6=8E=92=E9=99=A4=20VitePress=20=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84=E7=BC=93=E5=AD=98=E5=92=8C=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs-build.yml | 1 - .gitignore | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 0e807c64..17ce313b 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -58,7 +58,6 @@ jobs: NODE_OPTIONS: --max_old_space_size=8192 run: |- pnpm run docs:build - > .vitepress/dist/.nojekyll - name: 部署文档 uses: JamesIves/github-pages-deploy-action@v4 diff --git a/.gitignore b/.gitignore index 509f5e28..d3304dd0 100755 --- a/.gitignore +++ b/.gitignore @@ -183,4 +183,5 @@ praises.json # vitepress and node.js node_modules/ -docs/.vitepress/cache \ No newline at end of file +docs/.vitepress/cache +docs/.vitepress/dist \ No newline at end of file