Skip to content

Commit

Permalink
Merge pull request #196 from pwalczysko/fix-linkchecker
Browse files Browse the repository at this point in the history
Ignore ncbi in linkchecker to fix build
  • Loading branch information
pwalczysko authored May 17, 2024
2 parents d16c10a + 5415f9d commit e143c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
set -u

docker run --rm -v $PWD:/srv/jekyll -eJEKYLL_UID=$UID jekyll/builder:pages jekyll build --config _config.yml,_prod.yml
docker run --rm -v $PWD/_site:/site/about jekyll/builder:pages /usr/gem/bin/htmlproofer /site --ignore-urls "/jupyter,/webclient/,/cell/,/tissue/,/login.binder.bioimagearchive.org/,/biii.eu/,/localhost/" --only_4xx --no-enforce-https --allow-missing-href --ignore-status-codes "400,404"
docker run --rm -v $PWD/_site:/site/about jekyll/builder:pages /usr/gem/bin/htmlproofer /site --ignore-urls "/jupyter,/webclient/,/cell/,/tissue/,/login.binder.bioimagearchive.org/,/biii.eu/,/ncbi.nlm.nih.gov/,/localhost/" --only_4xx --no-enforce-https --allow-missing-href --ignore-status-codes "400,404"

0 comments on commit e143c36

Please sign in to comment.