Skip to content

Commit

Permalink
build: bump Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and jgazeau committed Mar 19, 2023
1 parent 31c9cfe commit c01aac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.91.0 0.111.2'
HUGO_TESTS_VERSIONS: '0.91.0 0.111.3'
CYPRESS_CACHE_NAME: 'cypress-cache'
CYPRESS_CACHE_PATH: '~/.cache'
NPM_CACHE_NAME: 'npm-cache'
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish = "exampleSite/public"
command = "hugo -s exampleSite"

[build.environment]
HUGO_VERSION = "0.111.2"
HUGO_VERSION = "0.111.3"
HUGO_THEME = "repo"
HUGO_ENABLEGITINFO = "true"

Expand Down

0 comments on commit c01aac6

Please sign in to comment.