Skip to content

Commit b37758a

Browse files
authored
Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)
Add a .lycheeignore file with LinkedIn to stop the error in the workflow Link Checker due to response 999, and update to the new version lycheeverse/[email protected].
1 parent 8babc44 commit b37758a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/broken-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
- name: Link Checker 🔗
48-
uses: lycheeverse/lychee-action@v1.9.0
48+
uses: lycheeverse/lychee-action@v2.1.0
4949
with:
5050
fail: true
5151
# removed md files that include liquid tags

.lycheeignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
linkedin.com
2+
reddit.com

0 commit comments

Comments
 (0)