We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cb524 commit f888443Copy full SHA for f888443
.github/workflows/docs-build-push.yml
@@ -47,7 +47,7 @@ on:
47
48
env:
49
GO_VERISON: "1.21" # Go version used for `hugo mod get`
50
- HUGO_VERSION: "0.115.3" # Hugo version used for building docs
+ HUGO_VERSION: "0.134.2" # Hugo version used for building docs
51
THEME_MODULE: "github.com/nginxinc/nginx-hugo-theme" # Name of source repo for module. For example; github.com/nginxinc/nginx-hugo-theme
52
53
PR_NUMBER: ${{github.event.pull_request.number}}
@@ -187,6 +187,7 @@ jobs:
187
if: inputs.doc_type == 'hugo'
188
with:
189
hugo-version: ${{env.HUGO_VERSION}}
190
+ extended: true
191
192
- name: Build Hugo for PR preview
193
if: inputs.doc_type == 'hugo' && (github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview')
0 commit comments