Install Hugo as well, for building the flamenco.io website
`make with-deps` now installs Hugo as well, for building the Flamenco.io static website.
This commit is contained in:
parent
c87358b89b
commit
666d639efa
1
Makefile
1
Makefile
@ -30,6 +30,7 @@ all: application
|
|||||||
with-deps:
|
with-deps:
|
||||||
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0
|
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0
|
||||||
go install github.com/golang/mock/mockgen@v1.6.0
|
go install github.com/golang/mock/mockgen@v1.6.0
|
||||||
|
go install github.com/gohugoio/hugo@v0.101.0
|
||||||
$(MAKE) application
|
$(MAKE) application
|
||||||
|
|
||||||
application: webapp flamenco-manager flamenco-worker
|
application: webapp flamenco-manager flamenco-worker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user