Skip to content

Commit a142706

Browse files
authored
Ignore npmjs links in check links CI job (#943)
1 parent 8555031 commit a142706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ 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/'
242+
ignore_links: 'lite/ https://www.npmjs.com.*'
243243

244244
build-lite:
245245
name: Build JupyterLite artifacts

0 commit comments

Comments
 (0)