This commit is contained in:
2026-06-22 21:04:44 +02:00
parent 3931473799
commit c4cababe98
5 changed files with 37 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
# Same check as CI: abort the commit if Hugo can't build cleanly.
make build || exit 1
make clean