Skip to content

Commit 4f57b33

Browse files
authored
Merge branch 'master' into blog/meet-the-maintainer-aabid-sofi
2 parents aa474f7 + fccfb57 commit 4f57b33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
npm run version
2222
npm run noIndex
2323
24+
- name: Broken Link Check 🔗
25+
uses: technote-space/broken-link-checker-action@v2
26+
with:
27+
target: ./public/**/*.html
28+
2429
- name: Zip Site
2530
run: bash ./script.sh
2631

0 commit comments

Comments
 (0)