We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3909353 commit 52e3421Copy full SHA for 52e3421
.github/workflows/validate.yml
@@ -95,7 +95,8 @@ jobs:
95
--check-links-ignore "https://www.oracle.com" \
96
--check-links-ignore "https://stackoverflow.com" \
97
--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"
+ --check-links-ignore "https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html" \
99
+ --check-links-ignore "https://blog\.jupyter\.org(/.*)?"
100
101
lighthouse:
102
0 commit comments