Build access stats when rebuilding public/
This commit is contained in:
parent
5ed0d1b165
commit
5c49970822
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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 \
|
||||
|
|
Loading…
Reference in a new issue