Update check-markdown-links.yml
This commit is contained in:
parent
9abab08bb2
commit
7ae3511cf0
1 changed files with 7 additions and 1 deletions
8
.github/workflows/check-markdown-links.yml
vendored
8
.github/workflows/check-markdown-links.yml
vendored
|
|
@ -19,4 +19,10 @@ jobs:
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
|
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
|
||||||
with:
|
with:
|
||||||
args: --base . --verbose --no-progress --exclude-path '\.github' './**/*.md'
|
args: >-
|
||||||
|
--verbose --no-progress
|
||||||
|
--exclude-path '\.github'
|
||||||
|
--max-redirects 10
|
||||||
|
--header "accept=*/*"
|
||||||
|
--accept 200,204,206,403,429
|
||||||
|
'./*.md'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue