diary-website

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

cibuild.sh (143B)


      1 #!/usr/bin/env bash
      2 set -e # halt script on error
      3 
      4 bundle exec jekyll build
      5 bundle exec htmlproofer _site --disable-external --allow-hash-href