privacyguides.org/build.sh

5 lines
96 B
Bash
Raw Normal View History

#!/usr/bin/env sh
set -e # halt script on error
2021-01-12 21:30:31 +00:00
JEKYLL_ENV=production bundle exec jekyll build