Makefile: Remove goaccess generation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
dc549ea34a
commit
4678d95f3f
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -19,7 +19,6 @@ update:
|
||||||
|
|
||||||
public: clean
|
public: clean
|
||||||
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