Skip to content

Commit 8873621

Browse files
committed
Update theme module variable in build
1 parent ba2b0c3 commit 8873621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454
env:
5555
GO_VERISON: "1.21" # Go version used for `hugo mod get`
5656
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
57+
THEME_MODULE: "github.com/nginxinc/nginx-hugo-theme/v2" # Name of source repo for module. For example; github.com/nginxinc/nginx-hugo-theme
5858

5959
PR_NUMBER: ${{github.event.pull_request.number}}
6060

0 commit comments

Comments
 (0)