ci: don't check cilium links

This commit is contained in:
Leonard Cohnen 2022-11-14 16:35:35 +01:00 committed by 3u13r
parent ee47177029
commit 9b89e5cf10

View File

@ -26,7 +26,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@4dcb8bee2a0a4531cba1a1f392c54e8375d6dd81 # v1.5.4
with:
args: "--verbose --no-progress --max-concurrency 5 './**/*.md' './**/*.html'"
args: "--verbose --no-progress --max-concurrency 5 --exclude-path './cli/internal/helm/charts/cilium' './**/*.md' './**/*.html'"
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}