mirror of
https://github.com/labring/sealos.git
synced 2026-08-29 01:39:49 +08:00
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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
exclude_path = ["./CHANGELOG", "./docs"]
|
||||
exclude_path = ["./CHANGELOG", "./docs", "./deploy/base"]
|
||||
verbose = "info"
|
||||
insecure = true
|
||||
no_progress = true
|
||||
|
||||
Reference in New Issue
Block a user