Skip to content

Commit 206efe7

Browse files
fix: next.js cache issue
1 parent 27398a9 commit 206efe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Install dependencies
5454
run: yarn install --immutable
5555

56+
- name: Remove Next.js build cache
57+
run: rm -rf .next/cache
58+
5659
- name: Build Site
5760
run: yarn run build
5861
env:

0 commit comments

Comments
 (0)