aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e492b88..576a030 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,6 @@ check:
publish:
rm -rf public/*
- hugo -D
+ # Ignore cache, exclude drafts
+ hugo --ignoreCache
rsync --delete -e ssh -rv public/* $(REMOTE)