Skip to content

Commit 3930b7d

Browse files
committed
clean public dir on deploy
1 parent 62e976b commit 3930b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: update deploy
22

33
deploy:
4-
rm -f db.json
4+
rm -rf public db.json
55
hexo generate
66
hexo deploy
77

0 commit comments

Comments
 (0)