We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1ad8d commit f08e924Copy full SHA for f08e924
.github/workflows/build-preview.yml
@@ -1,6 +1,6 @@
1
name: Build Preview Deployment
2
3
-on:
+on:
4
pull_request:
5
types: [opened, synchronize]
6
@@ -52,7 +52,10 @@ jobs:
52
53
- name: Install dependencies
54
run: yarn install --immutable
55
-
+
56
+ - name: Remove Next.js build cache
57
+ run: rm -rf .next/cache
58
59
- name: Build Site
60
run: yarn run build
61
env:
0 commit comments