p0c-website

Proof of concepts for fun and profit
git clone https://git.in0rdr.ch/p0c-website.git
Log | Files | Refs | README | LICENSE

commit 9d56218af1cec73dbe26b1cbd1fa49a212bc72d4
parent f25ace60c34708090fa783a189a241d3c0d9a62a
Author: Uwe Arnold <donvipre@gmail.com>
Date:   Sat, 29 Feb 2020 15:08:04 +0100

Fix: cibuild script to allow hash href

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 --allow-hash-href