From 5c49970822b4cd4f7d599a11a1fd58122befcb86 Mon Sep 17 00:00:00 2001 From: Maxime Buquet Date: Sun, 3 Mar 2019 21:18:13 +0900 Subject: [PATCH] Build access stats when rebuilding public/ --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a72acea..d234b0a 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: rm -rf public/* hugo --debug --destination public + systemctl --user start blog-goaccess.service branches: for branch in $(shell git branch --list "post-*"); do \