Skip to content

Commit de07884

Browse files
committed
fix(link-checker): exclude flare domains
1 parent 0b860a5 commit de07884

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/lint-check-links.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,9 @@ jobs:
7373
- name: Check for broken links
7474
uses: lycheeverse/lychee-action@v2
7575
with:
76-
args: --verbose --no-progress './build/**/*.html'
76+
args: >-
77+
--no-progress
78+
--verbose
79+
--exclude '*flare.network*'
80+
'./build/**/*.html'
81+
fail: false

0 commit comments

Comments
 (0)