Skip to content

Commit bb07778

Browse files
committed
Fix: exclude slow institutional sites from link checker
southcentre.int times out consistently. Add to exclusion list and enable retries for flaky servers. https://claude.ai/code/session_01CYvYKFQ2UY3KDwcnMBP3yN
1 parent 4274173 commit bb07778

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint-content.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
--exclude "substack\\.com"
5151
--exclude "openstacks\\.dev"
5252
--exclude "genderclimate\\.org"
53+
--exclude "southcentre\\.int"
5354
--timeout 30
55+
--max-retries 2
5456
"**/*.md"
5557
fail: true

0 commit comments

Comments
 (0)