Skip to content

Commit

Permalink
fix: next.js cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhraghuvanshii committed Dec 19, 2024
1 parent 27398a9 commit 206efe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- name: Remove Next.js build cache
run: rm -rf .next/cache

- name: Build Site
run: yarn run build
env:
Expand Down

0 comments on commit 206efe7

Please sign in to comment.