aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2024-02-05 11:33:48 +0100
committerGuido Günther <agx@sigxcpu.org>2024-02-05 11:58:04 +0100
commitb7241e6393b610a3553a370be8406f9046376dfb (patch)
treed54ae05d1e130e4ae37156126333f6b654f166cf
parent01b196b09d044a97b7bdef7b319a5c44bf280f12 (diff)
build: Make sure to refresh cached files
Otherwise the tarballs aren't in the sitemap
-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)