starters: upgrade to support Hugo v0.148.2

This commit is contained in:
Splitter
2025-08-16 02:23:54 +00:00
parent 793e7276a0
commit 1b55252edf
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages name: Deploy website to GitHub Pages
env: env:
WC_HUGO_VERSION: '0.136.5' WC_HUGO_VERSION: '0.148.2'
on: on:
# Trigger the workflow every time you push to the `main` branch # Trigger the workflow every time you push to the `main` branch

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.19
require ( require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231209203044-d31adfedd40b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1 github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.4.1
) )

View File

@@ -1,2 +1,2 @@
build: build:
hugo_version: '0.136.5' hugo_version: '0.148.2'

View File

@@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.136.5" HUGO_VERSION = "0.148.2"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]