Skip to content

Commit fccfb57

Browse files
authored
Merge pull request #6763 from layer5io/vr-varad-patch-1
Add broken link check step to workflow
2 parents 84f0d59 + 8002c7d commit fccfb57

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)