Create .buildrc

This commit is contained in:
Jonah Aragon 2021-01-15 15:18:45 -06:00
parent 41c438589d
commit 45c0d4acc1
No known key found for this signature in database
GPG Key ID: 6A957C9A9A9429F7
2 changed files with 2 additions and 4 deletions

2
.buildrc Executable file
View File

@ -0,0 +1,2 @@
bundle install
JEKYLL_ENV=production bundle exec jekyll build

View File

@ -1,4 +0,0 @@
#!/usr/bin/env sh
set -e # halt script on error
JEKYLL_ENV=production bundle exec jekyll build