Skip to content

Commit e053e64

Browse files
author
Splitter
committed
starters: update modules
1 parent 59797a9 commit e053e64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.135.0'
4+
WC_HUGO_VERSION: '0.136.5'
55

66
on:
77
# Trigger the workflow every time you push to the `main` branch

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20241012174104-661cadc17327
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1
88
)

hugoblox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
hugo_version: '0.135.0'
2+
hugo_version: '0.136.5'

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.135.0"
6+
HUGO_VERSION = "0.136.5"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

0 commit comments

Comments
 (0)