fix(ci): exclude deploy/base directory from link checking to prevent third-party dependency issues (#5928)

* Initial plan

* Fix broken HTTP links in Grafana README

Co-authored-by: cuisongliu <4150905+cuisongliu@users.noreply.github.com>

* feat(ci): exclude deploy/base directory from link checking

Add deploy/base to lychee.toml exclude_path to skip link checking for all files in the deploy/base directory, which contains third-party Helm charts that may have external links that could break over time.

Co-authored-by: cuisongliu <4150905+cuisongliu@users.noreply.github.com>

* revert(docs): restore original Grafana README links and keep deploy/base exclusion

Reverted link fixes in Grafana README since deploy/base directory is now excluded from link checking. This maintains third-party Helm chart integrity while preventing future link check failures.

Co-authored-by: cuisongliu <4150905+cuisongliu@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cuisongliu <4150905+cuisongliu@users.noreply.github.com>
This commit is contained in:
Copilot
2025-09-03 14:32:37 +08:00
committed by GitHub
parent abcaf54e1e
commit 7b2afbf732
+1 -1
View File
@@ -1,4 +1,4 @@
exclude_path = ["./CHANGELOG", "./docs"]
exclude_path = ["./CHANGELOG", "./docs", "./deploy/base"]
verbose = "info"
insecure = true
no_progress = true