www/build.sh
2026-08-28 16:00:55 +02:00

9 lines
145 B
Shell
Executable file

#!/bin/sh
set -ex
rm -rf public/ # delete old generated files
hugo $(cat .hugo-params)
./tools/merge_cals.py
cp static/all.ics public/all.ics