From 93a391ca1dcec74f9aa719a906e0018a9a11b566 Mon Sep 17 00:00:00 2001 From: penwing-bathhouse Date: Wed, 25 Sep 2024 09:06:19 +0200 Subject: [PATCH] cleaned up auto-update --- update.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 update.sh diff --git a/update.sh b/update.sh deleted file mode 100644 index 995353e..0000000 --- a/update.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -while true; do - inotifywait -r -e modify,create,delete ./content - zola build - echo "Changes detected. Rebuilding site..." -done