cleaned up auto-update

This commit is contained in:
penwing-bathhouse 2024-09-25 09:06:19 +02:00
parent 9e690b9069
commit 93a391ca1d

View file

@ -1,7 +0,0 @@
#!/bin/sh
while true; do
inotifywait -r -e modify,create,delete ./content
zola build
echo "Changes detected. Rebuilding site..."
done