1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-03 01:52:39 +00:00

Create .buildrc

This commit is contained in:
2021-01-15 15:18:45 -06:00
parent 41c438589d
commit 45c0d4acc1
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