Skip to content

Commit 22c47cf

Browse files
committed
clean builds
1 parent f465eff commit 22c47cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install and Build 🔧
3232
run: |
3333
make setup
34-
make build
34+
make clean
3535
3636
- name: Deploy 🚀
3737
uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/build-and-preview-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install and Build 🔧
1818
run: |
1919
make setup
20-
make build
20+
make clean
2121
2222
- name: Broken Link Check 🔗
2323
uses: technote-space/broken-link-checker-action@v2

0 commit comments

Comments
 (0)