Skip to content

Commit 3b1a573

Browse files
committed
fix: Use uvx linkchecker
1 parent 62fd793 commit 3b1a573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uvx linkchecker -t 1 ~/project/site/
3636
# check external separately by pointing to all *html so no
3737
# failures for local file:/// -- yoh found no better way,
38-
linkchecker -t 1 --check-extern \
38+
uvx linkchecker -t 1 --check-extern \
3939
--ignore-url 'file:///.*' \
4040
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
4141
--ignore-url 'https://doi.org/.*' \

0 commit comments

Comments
 (0)