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:
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue