mirror of
https://github.com/agresdominik/website.git
synced 2026-07-21 16:10:54 +00:00
5 lines
108 B
Bash
Executable File
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
|