privacyguides.org/build.sh
2021-01-12 22:30:31 +01:00

5 lines
96 B
Bash
Executable File

#!/usr/bin/env sh
set -e # halt script on error
JEKYLL_ENV=production bundle exec jekyll build