myheats-website

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

commit 157caf2343b6d3dfdc4f39fcbffb0d4a4d1201a3
parent 7c355ab469af3f3a006440e3627d8737eca67d45
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date:   Tue, 28 May 2019 16:49:22 +0800

Update cibuild.sh
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 bin/htmlproofer ../_site --disable-external +bundle exec htmlproofer ../_site --disable-external