cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 5e3b04ac7e3f4c2d19b45eaf3a9fbc11a588cb3f
parent 621671ef6b589f5b5648016fb90e25eb355671ea
Author: Heiswayi Nrird <heiswayi@users.noreply.github.com>
Date:   Tue, 28 May 2019 16:28:27 +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 htmlproofer ../_site --disable-external +bundle exec bin/htmlproofer ../_site --disable-external