mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-19 21:04:38 -05:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e # halt script on error
|
|
|
|
JEKYLL_ENV=production bundle exec jekyll build
|