Skip to content

Commit 0074a04

Browse files
authored
Merge pull request #219 from rkratky/linkcheck-ignore
Ignore linkchecking on commit authors to unblock GH Actions
2 parents d627d62 + 289d2d7 commit 0074a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
linkcheck_ignore = [
190190
"http://127.0.0.1:8000",
191191
"https://matrix.to/#/#documentation:ubuntu.com",
192+
r"https://github\.com/canonical/open-documentation-academy/commits\?author=.*",
192193
]
193194

194195

0 commit comments

Comments
 (0)