fix(ci): update lychee arguments to exclude example files

This commit is contained in:
orhun 2021-08-26 23:15:47 +03:00
parent 0138cff440
commit 33977de206
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

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