Skip to content

Commit 6c67782

Browse files
committed
Fixing CI by ignoring links
1 parent 0c547e4 commit 6c67782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: lychee
1717
uses: lycheeverse/lychee-action@master
1818
with:
19-
args: --accept=200,403,429 **/*.html **/*.md **/*.txt **/*.json
19+
args: --accept=200,403,429 **/*.html **/*.md **/*.txt **/*.json --exclude "https://test.com/db.zip" --exclude "http://localhost:8001/country/country.zip" --exclude "http://localhost:8001/city/city.zip"
2020
env:
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2222
- name: Fail if there were link errors

0 commit comments

Comments
 (0)