ci: bump hugo version to v0.136.2

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-10-17 17:38:24 +02:00
parent 0625c139ee
commit 8391d73b81
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ARG GO_VERSION=1.23
# HTMLTEST_VERSION sets the wjdp/htmltest version for HTML testing
ARG HTMLTEST_VERSION=0.17.0
# HUGO_VERSION sets the version of Hugo to build the site with
ARG HUGO_VERSION=0.136.0
ARG HUGO_VERSION=0.136.2
# build-base is the base stage used for building the site
FROM ghcr.io/gohugoio/hugo:v${HUGO_VERSION} AS build-base

View File

@ -4,7 +4,7 @@ publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "20"
NODE_ENV = "production"
HUGO_VERSION = "0.136.0"
HUGO_VERSION = "0.136.2"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"