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/lychee-action@v2.1.0.
This commit is contained in:
parent
8babc442a5
commit
b37758a55c
2
.github/workflows/broken-links.yml
vendored
2
.github/workflows/broken-links.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Link Checker 🔗
|
- name: Link Checker 🔗
|
||||||
uses: lycheeverse/lychee-action@v1.9.0
|
uses: lycheeverse/lychee-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
fail: true
|
fail: true
|
||||||
# removed md files that include liquid tags
|
# removed md files that include liquid tags
|
||||||
|
|||||||
2
.lycheeignore
Normal file
2
.lycheeignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
linkedin.com
|
||||||
|
reddit.com
|
||||||
Loading…
Reference in New Issue
Block a user