commit 90032961e1199384fec9dc8994e46bffc63e558c parent 71982919bc731d30faf6627776942521119e48c5 Author: Heiswayi Nrird <heiswayi@users.noreply.github.com> Date: Tue, 28 May 2019 16:28:27 +0800 Update cibuild.sh Diffstat:
M | script/cibuild.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/cibuild.sh b/script/cibuild.sh @@ -2,4 +2,4 @@ set -e # halt script on error bundle exec jekyll build -bundle exec htmlproofer ../_site --disable-external +bundle exec bin/htmlproofer ../_site --disable-external