aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 48c4bc7..683f9ae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
cache: 'npm'
- name: Install Node.js packages
run: npm ci
+ - name: Clean Gatsby cache
+ run: npm run clean
- name: Run Gatsby Build
run: npm run build --if-present
- name: Commit public changes