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 14403d2 commit 614d10fCopy full SHA for 614d10f
.github/workflows/build.yml
@@ -70,7 +70,6 @@ jobs:
70
files: coverage/pytest-results.xml,coverage/junit.xml
71
fail_ci_if_error: true
72
73
-
74
- name: Package the extension
75
run: |
76
set -eux
@@ -186,3 +185,5 @@ jobs:
186
185
- uses: actions/checkout@v4
187
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
188
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
+ with:
189
+ ignore_links: 'https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/'
0 commit comments