We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc69def commit 285440fCopy full SHA for 285440f
.github/workflows/docs-build-push.yml
@@ -53,7 +53,7 @@ on:
53
value: ${{ jobs.build.outputs.PREVIEW_URL }}
54
env:
55
GO_VERISON: "1.21" # Go version used for `hugo mod get`
56
- HUGO_VERSION: "0.134.2" # Hugo version used for building docs
+ HUGO_VERSION: "0.147.8" # Hugo version used for building docs
57
THEME_MODULE: "github.com/nginxinc/nginx-hugo-theme" # Name of source repo for module. For example; github.com/nginxinc/nginx-hugo-theme
58
59
PR_NUMBER: ${{github.event.pull_request.number}}
0 commit comments