From bfa5ee4b41ebb2179580c78182f6eb0bcaae0992 Mon Sep 17 00:00:00 2001 From: Marcel Straub Date: Mon, 17 Jan 2022 23:45:18 +0100 Subject: [PATCH] Clean-up publish target --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 9bb533f..d482f9b 100755 --- a/publish.sh +++ b/publish.sh @@ -6,5 +6,5 @@ hugo if [ $? -eq 0 ]; then echo "Everything fine --> publishing" - rsync -rvhz --progress public/ ${TARGET} + rsync -rvhz --delete --progress public/ ${TARGET} fi