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 ba2b0c3 commit 8873621Copy full SHA for 8873621
.github/workflows/docs-build-push.yml
@@ -54,7 +54,7 @@ on:
54
env:
55
GO_VERISON: "1.21" # Go version used for `hugo mod get`
56
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
+ THEME_MODULE: "github.com/nginxinc/nginx-hugo-theme/v2" # Name of source repo for module. For example; github.com/nginxinc/nginx-hugo-theme
58
59
PR_NUMBER: ${{github.event.pull_request.number}}
60
0 commit comments