Skip to content

Commit 26d1ddd

Browse files
authored
Merge branch 'master' into fix/pricing_css
2 parents 8fc61ba + bfd2455 commit 26d1ddd

20 files changed

Lines changed: 1368 additions & 165 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

Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)