From dac78e7992e4b839877d9e79ba9cc1e0ffda4cd4 Mon Sep 17 00:00:00 2001 From: Carsten Lohmann Date: Thu, 9 Jun 2022 07:43:15 +0200 Subject: [PATCH] Update to latest Hugo documentation theme version (4.0.4). Signed-off-by: Carsten Lohmann --- jenkins/Hono-Website-Pipeline-Declarative.groovy | 2 +- site/build-site.bat | 4 ++-- site/build-site.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jenkins/Hono-Website-Pipeline-Declarative.groovy b/jenkins/Hono-Website-Pipeline-Declarative.groovy index 6575a3f781..5f1e13de4d 100644 --- a/jenkins/Hono-Website-Pipeline-Declarative.groovy +++ b/jenkins/Hono-Website-Pipeline-Declarative.groovy @@ -89,7 +89,7 @@ spec: steps { echo "cloning Hugo Relearn theme..." sh ''' - git clone --depth 1 --branch 3.4.1 https://github.com/McShelby/hugo-theme-relearn.git ${WORKSPACE}/hono-documentation-assembly/themes/hugo-theme-relearn + git clone --depth 1 --branch 4.0.4 https://github.com/McShelby/hugo-theme-relearn.git ${WORKSPACE}/hono-documentation-assembly/themes/hugo-theme-relearn ''' echo "cloning Hugo Universal theme..." sh ''' diff --git a/site/build-site.bat b/site/build-site.bat index b985f3395e..d26bb4e9c1 100644 --- a/site/build-site.bat +++ b/site/build-site.bat @@ -50,7 +50,7 @@ cd documentation SET DOC_THEME_CLONING_REQUIRED=1 IF EXIST themes\hugo-theme-relearn\.git ( SET /p HEAD=