From b95856d179d04f25b849282ecba19b4e1ec9c8e8 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 8 Jan 2025 16:02:32 +0100 Subject: Update theming --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 23ae8fa..1075eba 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,4 +3,4 @@ SERVER=polaris DIR=/var/www/html -hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR} +hugo --cleanDestinationDir && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR} -- cgit v1.2.3