From 666d639efa54e2e4c1cca7c298dddf2759bbf855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 7 Jul 2022 12:15:02 +0200 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15c9320a..1186f207 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ all: application with-deps: 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/gohugoio/hugo@v0.101.0 $(MAKE) application application: webapp flamenco-manager flamenco-worker