Import content before serving site

Co-authored-by: Hidde Beydals <hiddeco@users.noreply.github.com>
Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach 2021-01-17 10:35:33 +01:00
parent def4956c56
commit 266abc7aa5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ container-gen-content: ## Generates content from external sources within a conta
$(CONTAINER_RUN) $(CONTAINER_IMAGE) hack/gen-content.sh $(CONTAINER_RUN) $(CONTAINER_IMAGE) hack/gen-content.sh
serve: serve:
hack/gen-content.sh
hugo server \ hugo server \
--buildDrafts \ --buildDrafts \
--buildFuture \ --buildFuture \