mirror of
https://github.com/agresdominik/website.git
synced 2026-07-21 16:10:54 +00:00
cleanup
This commit is contained in:
Executable
+4
@@ -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
|
||||
Reference in New Issue
Block a user