From 338eaa1635624e9361a55062eb108a346303a449 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 16:29:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f84d94..4f4c680 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,18 +19,19 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 + run: ls -la docs/.vuepress/dist - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: pnpm - - - name: Install dependencies - run: pnpm install - - - name: Build - run: pnpm run docs:build - - - name: Show build output - run: ls -la docs/.vuepress/dist \ No newline at end of file +# - name: Setup Node +# uses: actions/setup-node@v4 +# with: +# node-version: 20 +# cache: pnpm +# +# - name: Install dependencies +# run: pnpm install +# +# - name: Build +# run: pnpm run docs:build +# +# - name: Show build output +# run: ls -la docs/.vuepress/dist \ No newline at end of file