We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c547e4 commit 6c67782Copy full SHA for 6c67782
.github/workflows/links.yml
@@ -16,7 +16,7 @@ jobs:
16
id: lychee
17
uses: lycheeverse/lychee-action@master
18
with:
19
- args: --accept=200,403,429 **/*.html **/*.md **/*.txt **/*.json
+ 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"
20
env:
21
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
22
- name: Fail if there were link errors
0 commit comments