Skip to content

Commit

Permalink
build: bump Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 12, 2023
1 parent 868a23e commit 0ca93e5
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.112.5'
HUGO_TESTS_VERSIONS: '0.91.0 0.113.0'
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.112.5"
HUGO_VERSION = "0.113.0"
HUGO_THEME = "repo"
HUGO_ENABLEGITINFO = "true"

Expand Down

0 comments on commit 0ca93e5

Please sign in to comment.