Skip to content

Commit a022822

Browse files
authored
Merge pull request #111 from Bhumikagarggg/fix/makefile-clean-public-dir
fix: remove public directory in clean target
2 parents 80dcd4f + 5172e47 commit a022822

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)