5 lines
96 B
Bash
Raw Normal View History

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