mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-07 06:51:00 +00:00
Clean up exclude in link checking
This commit is contained in:
parent
27709d25e3
commit
a6ebba6b69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@master
|
||||
with:
|
||||
args: --verbose --no-progress --exclude 'https://example.org/README.md'
|
||||
args: --verbose --no-progress --exclude example.org
|
||||
|
||||
- name: Create Issue From File
|
||||
uses: peter-evans/create-issue-from-file@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue