From ae5cadd31d199d2dd22fda747051f2c8c37e6d21 Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Wed, 10 Jun 2026 13:45:01 +0100 Subject: [PATCH] Update ci-linkchecks.yml Changes ported from https://github.com/SciTools/iris/pull/7148 Look generally useful --- 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..01ce3c5 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 301,302,307,308 './docs/**/*.rst' './docs/**/*.inc' './lib/**/*.py'