mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
3 lines
79 B
Makefile
3 lines
79 B
Makefile
.PHONY: build
|
|
build:
|
|
hugo --minify --gc --enableGitInfo --cleanDestinationDir
|