From 794723d7267dfa2b3ddc34f7484e023aab2e4b3e Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Tue, 20 May 2025 23:17:10 -0400 Subject: [PATCH] make build clean --- Makefile | 1 + public | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c75b5b..7b03d6d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ deploy: rsync -av public desk:/var/www/balki.me build: + rm -rf public/* hugo --logLevel debug serve: diff --git a/public b/public index 342be53..7c9fb50 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit 342be53d7601f8b71a116431303a8b0da3858e6d +Subproject commit 7c9fb50c26558aaef73ba00fd828ec2afb5b0cc2