mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: don't check cilium links
This commit is contained in:
parent
ee47177029
commit
9b89e5cf10
2
.github/workflows/check-links.yml
vendored
2
.github/workflows/check-links.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user