Skip to content

Commit 723f85c

Browse files
committed
clean public dir on deploy
1 parent 332e18c commit 723f85c

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)