www/build.sh

7 lines
90 B
Shell
Executable file

#!/bin/sh
set -ex
rm -rf public/ # delete old generated files
hugo $(cat .hugo-params)