Skip to content

Commit

Permalink
Merge pull request #2030 from yarikoptic/bf-link-check
Browse files Browse the repository at this point in the history
[INFRA] Ignore www.incf.org link check.. unlikely to go away (hopefully)
  • Loading branch information
effigies authored Jan 21, 2025
2 parents c16ab8d + 619f48b commit 4218b87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
# failures for local file:/// -- yoh found no better way,
linkchecker -t 1 --check-extern \
--ignore-url 'file:///.*' \
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
--ignore-url 'https://doi.org/.*' \
--ignore-url 'https://fonts.gstatic.com' \
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
--ignore-url 'https://github.com/[^/]*' \
--ignore-url 'https://doi.org/.*' \
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
--ignore-url 'https://www.incf.org' \
~/project/site/*html ~/project/site/*/*.html
else
echo "Release PR - do nothing"
Expand Down

0 comments on commit 4218b87

Please sign in to comment.