Skip to content

Commit 9a249f6

Browse files
committed
Skip checking blog links, as those are falsely failing
1 parent 3a92989 commit 9a249f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)