Skip to content

Commit 5ed1c88

Browse files
committed
fix: remove public directory in clean target
Signed-off-by: Bhumika Garg <bhumikatech2024@gmail.com>
1 parent f3c20a2 commit 5ed1c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ site: check-go
3838
## Empty build cache and run on your local machine.
3939
clean:
4040
hugo --cleanDestinationDir
41+
make setup
4142
make site
4243

4344
## ------------------------------------------------------------

0 commit comments

Comments
 (0)