Skip to content

Commit f888443

Browse files
committed
Update hugo version to 0.134.2
1 parent 68cb524 commit f888443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-build-push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747

4848
env:
4949
GO_VERISON: "1.21" # Go version used for `hugo mod get`
50-
HUGO_VERSION: "0.115.3" # Hugo version used for building docs
50+
HUGO_VERSION: "0.134.2" # Hugo version used for building docs
5151
THEME_MODULE: "github.com/nginxinc/nginx-hugo-theme" # Name of source repo for module. For example; github.com/nginxinc/nginx-hugo-theme
5252

5353
PR_NUMBER: ${{github.event.pull_request.number}}
@@ -187,6 +187,7 @@ jobs:
187187
if: inputs.doc_type == 'hugo'
188188
with:
189189
hugo-version: ${{env.HUGO_VERSION}}
190+
extended: true
190191

191192
- name: Build Hugo for PR preview
192193
if: inputs.doc_type == 'hugo' && (github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview')

0 commit comments

Comments
 (0)