From 215396f062a28dba98af9b8ee91775fd3d9169ee Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 16:31:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ddaaed0..b56fd98 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - - run: ls -la docs/.vuepress/dist + - run: ls -la # - name: Setup Node # uses: actions/setup-node@v4