mirror of https://github.com/docker/docs.git
Merge pull request #21145 from dvdksn/bump-hugo-v0.136.2
ci: bump hugo version to v0.136.2
This commit is contained in:
commit
0eb3a9819c
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue