site/build.sh

9 lines
98 B
Bash
Executable File

#!/bin/sh
set -e
./metadata.py
zola build
echo "Encoding…"
./encode.py
./metadata.py
zola build