We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d02cb2 commit f3ce356Copy full SHA for f3ce356
1 file changed
.github/workflows/validate_docs_build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Hugo
13
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
14
with:
15
- hugo-version: '0.153.0' # renovate: datasource=github-releases depName=gohugoio/hugo
+ hugo-version: '0.153.1' # renovate: datasource=github-releases depName=gohugoio/hugo
16
extended: true
17
18
- name: Setup Node
@@ -38,5 +38,4 @@ jobs:
38
env:
39
HUGO_ENVIRONMENT: production
40
HUGO_ENV: production
41
- HUGO_MEMORYLIMIT: 6
42
run: cd docs && npm ci && hugo --minify --gc --config config/production/hugo.toml
0 commit comments