Skip to content

Commit 5172e47

Browse files
committed
fix: remove public directory in clean target
Signed-off-by: Bhumika Garg <bhumikatech2024@gmail.com>
1 parent 7edcc14 commit 5172e47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)