diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8bcc944..c2ac658 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: '0.125.2' + WC_HUGO_VERSION: '0.126.1' on: # Trigger the workflow every time you push to the `main` branch diff --git a/go.mod b/go.mod index 19a82c2..1939694 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240420214532-11a51f8e9f01 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240518201414-971f297e4612 ) diff --git a/hugoblox.yaml b/hugoblox.yaml index cc53fc8..08ebd7c 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,2 +1,2 @@ build: - hugo_version: '0.125.2' + hugo_version: '0.126.1' diff --git a/netlify.toml b/netlify.toml index 363a411..2c78554 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.125.2" + HUGO_VERSION = "0.126.1" HUGO_ENABLEGITINFO = "true" [context.production.environment]