File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 47
47
48
48
env :
49
49
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
51
51
THEME_MODULE : " github.com/nginxinc/nginx-hugo-theme" # Name of source repo for module. For example; github.com/nginxinc/nginx-hugo-theme
52
52
53
53
PR_NUMBER : ${{github.event.pull_request.number}}
@@ -187,6 +187,7 @@ jobs:
187
187
if : inputs.doc_type == 'hugo'
188
188
with :
189
189
hugo-version : ${{env.HUGO_VERSION}}
190
+ extended : true
190
191
191
192
- name : Build Hugo for PR preview
192
193
if : inputs.doc_type == 'hugo' && (github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview')
You can’t perform that action at this time.
0 commit comments