Updated publish script
This commit is contained in:
parent
cfe8972a5c
commit
05013e7c49
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ Within the **Builds** section of the item, I added an *Execute Shell* step, wher
|
|||
|
||||
#!/bin/bash
|
||||
|
||||
set -uex
|
||||
|
||||
sculpin generate --env=prod --quiet
|
||||
if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue