From 36e10f7dba4712afe246f5f0f1c57a728d7d9640 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 5 Jun 2025 21:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95githubAction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 229aaa2..bfee990 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,6 @@ jobs: run: | echo "Root directory:" ls -la - echo "Frontend directory:" - ls -la src/frontend/ - name: Setup pnpm uses: pnpm/action-setup@v4 @@ -34,9 +32,7 @@ jobs: cache: 'pnpm' - name: Install dependencies - run: | - cd src/frontend - pnpm install + run: pnpm install - name: Build run: pnpm run build