We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f465eff commit 22c47cfCopy full SHA for 22c47cf
.github/workflows/build-and-deploy-site.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install and Build 🔧
32
run: |
33
make setup
34
- make build
+ make clean
35
36
- name: Deploy 🚀
37
uses: JamesIves/github-pages-deploy-action@v4
.github/workflows/build-and-preview-site.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Broken Link Check 🔗
23
uses: technote-space/broken-link-checker-action@v2
0 commit comments