From 90e2aaa210dd9ff360d4a460340008f6d76f749a Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 22 Jan 2024 03:30:22 -0800 Subject: [PATCH] garden: add a "jekyll" command to pages Signed-off-by: David Aguilar --- garden.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/garden.yaml b/garden.yaml index 14fc94d8..a5e4417f 100644 --- a/garden.yaml +++ b/garden.yaml @@ -219,6 +219,8 @@ trees: remote.origin.pushurl: - "git@gitlab.com:git-cola/git-cola.gitlab.io.git" - "git@github.com:git-cola/git-cola.github.io.git" + commands: + build: ${JEKYLL} build --destination build "$@" links: - "https://git-cola.gitlab.io" - "https://git-cola.github.io" @@ -265,6 +267,7 @@ variables: GIT: git GREP: grep INSTALL: install + JEKYLL: jekyll MKDIR_P: mkdir -p MSGMERGE: msgmerge PIP: pip -- 2.11.4.GIT