Skip to content

Commit aefcd82

Browse files
authored
Apply suggestion from @leecalcote
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 761601b commit aefcd82

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ build-preview:
3636

3737
## Empty build cache and run on your local machine.
3838
clean:
39-
rm -rf public/ resources/
39+
hugo --cleanDestinationDir
40+
make setup
41+
make site
4042

4143
## Fix Markdown linting issues
4244
lint-fix:

0 commit comments

Comments
 (0)