Merge pull request #21145 from dvdksn/bump-hugo-v0.136.2

ci: bump hugo version to v0.136.2
This commit is contained in:
David Karlsson 2024-10-17 20:27:53 +02:00 committed by GitHub
commit 0eb3a9819c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"