Skip to content

Commit 4e9539b

Browse files
Lum1104claude
andcommitted
fix(ci): use root pnpm-lock.yaml for cache and install from workspace root
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f57cd9d commit 4e9539b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-homepage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
with:
3030
node-version: 22
3131
cache: pnpm
32-
cache-dependency-path: homepage/pnpm-lock.yaml
32+
cache-dependency-path: pnpm-lock.yaml
3333

3434
- name: Install dependencies
35-
working-directory: homepage
3635
run: pnpm install
3736

3837
- name: Build

0 commit comments

Comments
 (0)