From 3b34a1f2cac1aa98300135f6098435c82b971b77 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:57:55 +0100 Subject: [PATCH] Link check ignore redirects. --- templates/github/workflows/ci-linkchecks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/github/workflows/ci-linkchecks.yml b/templates/github/workflows/ci-linkchecks.yml index 8a5c9b6..874c279 100644 --- a/templates/github/workflows/ci-linkchecks.yml +++ b/templates/github/workflows/ci-linkchecks.yml @@ -36,6 +36,7 @@ jobs: args: | --verbose --max-concurrency 1 + --accept 100..=103,200..=299,301,302,307,308 './docs/**/*.rst' './docs/**/*.inc' './lib/**/*.py'