From 0f2881ab0819a484960d8c1fa376de8e176ffda6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 4 Dec 2023 02:42:04 +0000 Subject: [PATCH] build: bump Hugo --- .github/workflows/branches.yml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 881885e7..53d2e5be 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -17,7 +17,7 @@ env: HTMLTEST_BIN_NAME: htmltest HTMLTEST_CACHE_NAME: 'htmltest-bin-cache' HTMLTEST_BIN_PATH: ci_htmltest_bin - HUGO_TESTS_VERSIONS: '0.112.0 0.119.0' + HUGO_TESTS_VERSIONS: '0.112.0 0.120.4' CYPRESS_CACHE_NAME: 'cypress-cache' CYPRESS_CACHE_PATH: '~/.cache' NPM_CACHE_NAME: 'npm-cache' diff --git a/netlify.toml b/netlify.toml index 89b4f99e..6cbf6750 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSite/public" command = "hugo -s exampleSite" [build.environment] -HUGO_VERSION = "0.119.0" +HUGO_VERSION = "0.120.4" HUGO_THEME = "repo" HUGO_ENABLEGITINFO = "true"