Skip to content

Commit e5fcd01

Browse files
authored
Fix ignore_links (#155)
* Try fixing ignore_links * Check link is in maintainer-tools repo since jupyterlab/maintainer-tools#124 * Remove useless change
1 parent 6e83c06 commit e5fcd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install -e .
2828
- name: Check Links
2929
if: ${{ matrix.group == 'link_check' }}
30-
uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
30+
uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
3131
with:
3232
ignore_links: "./api/index.html"
3333
- name: Check Release

0 commit comments

Comments
 (0)