From 57a302a71eb33659eb96910140eb946a2d5d39d6 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:39:53 +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 | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f019e4d..c02a783 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,22 +24,14 @@ jobs: version: 8 - name: 切换工作目录并设置Node.js + env: + NODE_OPTIONS: --max_old_space_size=8192 run: | cd docs pnpm install - - - name: 构建文档 - env: - NODE_OPTIONS: --max_old_space_size=8192 - run: |- - cd docs pnpm run docs:build - ls -al - cd .vuepress - ls -al - cd dist - ls -al > .vuepress/dist/.nojekyll + - name: 部署文档 uses: JamesIves/github-pages-deploy-action@v4