From cb36d1a4ddd89835c1cbf455bbcd5c172435f80e Mon Sep 17 00:00:00 2001 From: tradecatlabs <288998340+tradecatlabs@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:47:41 +0800 Subject: [PATCH] fix: ci - exclude flaky javabetter link --- .lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lychee.toml b/.lychee.toml index 2f13191..c911aad 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -35,4 +35,5 @@ exclude = [ '^https://user-images\.githubusercontent\.com.*', '^https://notebooklm\.google\.com.*', '^https://www\.contributor-covenant\.org.*', + '^https://javabetter\.cn/.*', ]