diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 323e900..ae3ee06 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.119.0' + WC_HUGO_VERSION: '0.123.3' on: # Trigger the workflow every time you push to the `main` branch diff --git a/go.mod b/go.mod index b785dc3..eaadada 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/HugoBlox/theme-academic-cv go 1.15 require ( - github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.6 + github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.7 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 ) diff --git a/netlify.toml b/netlify.toml index e35a1fc..4c813fa 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.119.0" + HUGO_VERSION = "0.123.3" HUGO_ENABLEGITINFO = "true" [context.production.environment]