Skip to content

Commit b56173d

Browse files
author
Splitter
committed
chore(tpl): migrate support for Hugo Content adaptor in Hugo v0.158+
1 parent ef0ea1d commit b56173d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo chmod +x /usr/local/bin/yq
6363
6464
# Read hugo_version from hugoblox.yaml
65-
VERSION=$(yq '.hugo_version // ""' hugoblox.yaml 2>/dev/null | grep -v '^null$' || true)
65+
VERSION=$(yq '.build.hugo_version // ""' hugoblox.yaml 2>/dev/null | grep -v '^null$' || true)
6666
6767
# Fallback to a known stable version if not specified
6868
DEFAULT_VERSION="0.154.5"

0 commit comments

Comments
 (0)