www/build.sh
2026-08-28 15:39:56 +02:00

10 lines
151 B
Shell
Executable file

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