Skip to content

Commit 9442a0f

Browse files
committed
Check errors after checking url links
1 parent 4a4b183 commit 9442a0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ check_links()
295295
echo "Checking notebook links"
296296
export JUPYTER_PLATFORM_DIRS=1
297297
jupyter --paths
298-
pytest --check-links docs/Tutorial_*.ipynb notebooks/Tutorial_*.ipynb docs/*.md docs/*.rst ./*.md ./*.rst
298+
pytest --check-links docs/Tutorial_*.ipynb notebooks/Tutorial_*.ipynb docs/*.md docs/*.rst ./*.md ./*.rst --check-links-ignore "https://dl.acm.org/doi/10.1145/3357223.3362721"
299+
check_errs $?
299300
}
300301

301302
count()

0 commit comments

Comments
 (0)