cv-website

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

commit c55d22438b52877c9462d06f155598126b4813a5
parent 98289437a0e493c9f59502015ec15bb80bd4eddd
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