mirror of
https://github.com/ditatompel/insights.git
synced 2025-04-10 05:16:23 +07:00
3 lines
79 B
Makefile
3 lines
79 B
Makefile
.PHONY: build
|
|
build:
|
|
hugo --minify --gc --enableGitInfo --cleanDestinationDir
|