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 6e83c06 commit e5fcd01Copy full SHA for e5fcd01
.github/workflows/check-release.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install -e .
28
- name: Check Links
29
if: ${{ matrix.group == 'link_check' }}
30
- uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
+ uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
31
with:
32
ignore_links: "./api/index.html"
33
- name: Check Release
0 commit comments