File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,12 @@ jobs:
5555 # failures for local file:/// -- yoh found no better way,
5656 linkchecker -t 1 --check-extern \
5757 --ignore-url 'file:///.*' \
58+ --ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
59+ --ignore-url 'https://doi.org/.*' \
5860 --ignore-url 'https://fonts.gstatic.com' \
59- --ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
6061 --ignore-url 'https://github.com/[^/]*' \
61- --ignore-url 'https://doi.org /.*' \
62- --ignore-url 'https://bids-specification.readthedocs.io/en/stable/.* ' \
62+ --ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree) /.*' \
63+ --ignore-url 'https://www.incf.org ' \
6364 ~/project/site/*html ~/project/site/*/*.html
6465 else
6566 echo "Release PR - do nothing"
You can’t perform that action at this time.
0 commit comments