Skip to content

Commit 855c828

Browse files
committed
1 parent a2a3fd0 commit 855c828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
set -u
66

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

0 commit comments

Comments
 (0)