From eca7a3a458e685c2ba3d5d941dd971671afda7a4 Mon Sep 17 00:00:00 2001 From: Bhumika Garg Date: Wed, 1 Apr 2026 23:40:13 +0530 Subject: [PATCH] fix: remove public directory in clean target Signed-off-by: Bhumika Garg --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9e5667d88..605591961 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ build-preview: ## Empty build cache and run on your local machine. clean: hugo --cleanDestinationDir + make setup make site ## Fix Markdown linting issues