chore(ci): update lychee arguments

This commit is contained in:
orhun 2021-07-27 16:20:33 +03:00
parent a0b9424b94
commit aa007f9b14
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,6 @@ jobs:
- name: Check the links
uses: lycheeverse/lychee-action@v1
with:
args: --exclude "example|localhost|awesome.txt" -v *.md
args: --exclude "example.com|site.com|localhost|awesome.txt" -v *.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}