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 4747
4848env :
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')
You can’t perform that action at this time.
0 commit comments