Skip to content

Commit 52e3421

Browse files
committed
Ignore Jupyter blog links
These links have been giving 403 errors recently
1 parent 3909353 commit 52e3421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
--check-links-ignore "https://www.oracle.com" \
9696
--check-links-ignore "https://stackoverflow.com" \
9797
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" \
98-
--check-links-ignore "https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html"
98+
--check-links-ignore "https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html" \
99+
--check-links-ignore "https://blog\.jupyter\.org(/.*)?"
99100
100101
lighthouse:
101102

0 commit comments

Comments
 (0)