Build access stats when rebuilding public/

This commit is contained in:
Maxime Buquet 2019-03-03 21:18:13 +09:00
parent 5ed0d1b165
commit 5c49970822

View file

@ -6,6 +6,7 @@
all: all:
rm -rf public/* rm -rf public/*
hugo --debug --destination public hugo --debug --destination public
systemctl --user start blog-goaccess.service
branches: branches:
for branch in $(shell git branch --list "post-*"); do \ for branch in $(shell git branch --list "post-*"); do \