commit f25ace60c34708090fa783a189a241d3c0d9a62a
parent e2ab8c12932f9550900ae2684adf02781f05fa4d
Author: Uwe Arnold <donvipre@gmail.com>
Date: Sat, 29 Feb 2020 15:05:48 +0100
Fix: cibuild script, use right path for htmlproofer
Diffstat:
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 htmlproofer _site --disable-external