diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | README | LICENSE

commit e07a3aeffcdcb529c6236d6be1495161875a810d
parent ff71d6b0b3981ed5243291068c680a1ec559e3bf
Author: Uwe Arnold <donvipre@gmail.com>
Date:   Sat, 29 Feb 2020 15:05:48 +0100

Fix: cibuild script, use right path for htmlproofer

Diffstat:
Mscript/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 htmlproofer _site --disable-external