Skip to content

Commit fa0f2b7

Browse files
committed
fix: add cache-dependency-path so github can find yarn.lock file
1 parent 8d6a74e commit fa0f2b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main"]
66
paths:
77
- "website/**"
8+
- ".github/workflows/deploy-pages.yml"
89

910
workflow_dispatch:
1011

@@ -29,6 +30,7 @@ jobs:
2930
with:
3031
node-version: "20.x"
3132
cache: "yarn"
33+
cache-dependency-path: ./website/yarn.lock
3234

3335
- name: Install dependencies
3436
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)