Files
2026-06-22 21:04:44 +02:00

5 lines
108 B
Bash
Executable File

#!/bin/sh
# Same check as CI: abort the commit if Hugo can't build cleanly.
make build || exit 1
make clean