Skip to content

Commit

Permalink
ci(checklinks): exclude external website from checklinks (#2116)
Browse files Browse the repository at this point in the history
Signed-off-by: Icarus Wu <[email protected]>
  • Loading branch information
Icarus9913 authored Dec 10, 2024
1 parent 1c150c3 commit e2bedc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
--exclude https://packages.konghq.com \
--exclude https://twitter.com \
--exclude https://coredns.io \
--exclude 'https://argo-cd.readthedocs.io/en/stable/' \
--exclude 'https://docs.cilium.io/en/v1.14/operations/upgrade/' \
--max-connections-per-host=8 \
--max-response-body-size 100000000 \
--rate-limit 50 \
Expand All @@ -78,6 +80,8 @@ jobs:
--exclude https://packages.konghq.com \
--exclude https://twitter.com \
--exclude https://coredns.io \
--exclude 'https://argo-cd.readthedocs.io/en/stable/' \
--exclude 'https://docs.cilium.io/en/v1.14/operations/upgrade/' \
--max-connections-per-host=8 \
--max-response-body-size 100000000 \
--rate-limit 50 \
Expand Down

0 comments on commit e2bedc8

Please sign in to comment.