Skip to content

Commit f3ce356

Browse files
committed
Bumping hugo version due to memory issue
1 parent 8d02cb2 commit f3ce356

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/validate_docs_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Hugo
1313
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
1414
with:
15-
hugo-version: '0.153.0' # renovate: datasource=github-releases depName=gohugoio/hugo
15+
hugo-version: '0.153.1' # renovate: datasource=github-releases depName=gohugoio/hugo
1616
extended: true
1717

1818
- name: Setup Node
@@ -38,5 +38,4 @@ jobs:
3838
env:
3939
HUGO_ENVIRONMENT: production
4040
HUGO_ENV: production
41-
HUGO_MEMORYLIMIT: 6
4241
run: cd docs && npm ci && hugo --minify --gc --config config/production/hugo.toml

0 commit comments

Comments
 (0)