Skip to content

Commit 9ca80e1

Browse files
arjxn-pymfisher87
andauthored
CI: Ignore links to blog.jupyter.org in the link check job (#1003)
* CI: Ignore links to `blog.jupyter.org` in the link check job * Apply suggestions from code review Co-authored-by: Matt Fisher <[email protected]> --------- Co-authored-by: Matt Fisher <[email protected]>
1 parent 88c3a7f commit 9ca80e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,11 @@ jobs:
239239
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
240240
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
241241
with:
242-
ignore_links: 'lite/ https://www.npmjs.com.* ^/.*'
242+
ignore_links: >-
243+
lite/
244+
https://www\.npmjs\.com.*
245+
^/.*
246+
https://blog\.jupyter\.org/.*
243247
244248
build-lite:
245249
name: Build JupyterLite artifacts

0 commit comments

Comments
 (0)