We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e68dd0 + 97bca22 commit e69e54aCopy full SHA for e69e54a
.circleci/config.yml
@@ -32,10 +32,10 @@ jobs:
32
git status
33
if (! git log -1 --pretty=oneline | grep REL:) ; then
34
chmod a+rX -R ~
35
- uvx linkchecker -t 1 ~/project/site/
+ uvx linkchecker -t 1 --no-warnings ~/project/site/
36
# check external separately by pointing to all *html so no
37
# failures for local file:/// -- yoh found no better way,
38
- uvx linkchecker -t 1 --check-extern \
+ uvx linkchecker -t 1 --no-warnings --check-extern \
39
--ignore-url 'file:///.*' \
40
--ignore-url 'https://bids-specification.readthedocs.io/en/stable/.*' \
41
--ignore-url "https://bids-specification.readthedocs.io/en/v${CIRCLE_BRANCH#rel/}/" \
0 commit comments