1
Fork 0
theorangeone.net-legacy/scripts/release.sh

10 lines
105 B
Bash
Raw Normal View History

2018-05-27 12:27:52 +01:00
#!/usr/bin/env bash
set -e
source ./scripts/common.sh
2018-08-18 11:24:43 +01:00
export HUGO_ARGS="--minify"
2018-05-27 12:27:52 +01:00
2018-08-18 11:24:43 +01:00
./scripts/build.sh