mirror of https://github.com/fluxcd/website.git
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:
parent
def4956c56
commit
266abc7aa5
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue