aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xroles/git/files/runner-zola/webhook.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/git/files/runner-zola/webhook.sh b/roles/git/files/runner-zola/webhook.sh
index b009c63..4f665d4 100755
--- a/roles/git/files/runner-zola/webhook.sh
+++ b/roles/git/files/runner-zola/webhook.sh
@@ -24,6 +24,7 @@ while true; do
git -C blog fetch --prune
echo "Checking out & deploying ref: $REF"
git -C blog checkout --quiet $REF || continue
+ git -C blog log -n1
zola --root blog build || continue