Clean-up publish target

This commit is contained in:
Marcel Straub
2022-01-17 23:45:18 +01:00
parent c08393888b
commit bfa5ee4b41

View File

@@ -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