Skip to content

Commit 2608da5

Browse files
fix: cache problem
1 parent 9196bea commit 2608da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
node-version: 20
5252

5353
- name: Install dependencies
54-
run: yarn install --immutable
54+
run: yarn install --immutable
5555

5656
- name: Remove Next.js build cache
5757
run: rm -rf .next/cache
58-
58+
5959
- name: Build Site
6060
run: yarn run build
6161
env:

0 commit comments

Comments
 (0)