Skip to content

Commit 8002c7d

Browse files
authored
Add broken link check step to workflow
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 84f0d59 commit 8002c7d

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)