提交 0ad2249c 编写于 作者: V Vincent Demeester 提交者: tekton-robot

Split `serve` and sync and reuse-sync 🔍

Signed-off-by: NVincent Demeester <vdemeest@redhat.com>
上级 fd7fa3af
.PHONY: sync
sync:
python sync/sync.py
.PHONY: serve
serve:
python sync/sync.py && \
hugo server \
--buildDrafts \
--buildFuture \
--disableFastRender \
--ignoreCache
production-build:
python sync/sync.py && hugo
.PHONY: production-build
production-build: sync
hugo
preview-build:
python sync/sync.py && hugo --baseURL $(DEPLOY_PRIME_URL)
.PHONY: preview-build
preview-build: sync
hugo --baseURL $(DEPLOY_PRIME_URL)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册