From 41b2b1344258f246ec9e617638e480781c8adf33 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:13:58 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5d752ff7..651265bf 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -26,11 +26,15 @@ jobs: - name: 切换工作目录 run: cd docs + - name: 显示当前目录内容 + run: ls -al + - name: 设置 Node.js uses: actions/setup-node@v3 with: node-version: 20 cache: pnpm + lockfile: pnpm-lock.yaml # 指定正确的路径 - name: 构建文档 env: