From 863676d3e6905536c3649687810d0e7370f8b566 Mon Sep 17 00:00:00 2001 From: Freya Bruhin Date: Wed, 29 Apr 2026 16:30:41 +0200 Subject: [PATCH] ci: Fix link checking Saw https://github.com/JesperDramsch/python-deadlines/actions/runs/24951085554/job/73061161041#step:4:97 and found https://github.com/lycheeverse/lychee/issues/1669 Hopefully this fixes things, though I didn't try locally. --- .lychee.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.lychee.toml b/.lychee.toml index 1e31c07223..fe77efbb47 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -24,9 +24,6 @@ accept = ["200", "204", "301", "302", "429"] # User agent to avoid bot detection user_agent = "Mozilla/5.0 (compatible; lychee/0.15; +https://github.com/lycheeverse/lychee)" -# Skip mail addresses -exclude_mail = true - # Output format output = "lychee/out.md" format = "markdown"