File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 deploy-example-site :
18- uses : nginxinc/docs-actions/.github/workflows/docs-build-push.yml@04ed2db338ee08cc560a327f412684d0c8260de2 # v1.0.11
18+ uses : nginxinc/docs-actions/.github/workflows/docs-build-push.yml@7bae601be08ca09aabd0850731e20847a456c227 # v1.0.12
1919 with :
2020 production_url_path : " /nginx-hugo-theme"
2121 preview_url_path : " /previews/nginx-hugo-theme"
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/nginxinc/docs
22
33go 1.23
44
5- require github.com/nginxinc/nginx-hugo-theme v1 .0.4 // indirect
5+ require github.com/nginxinc/nginx-hugo-theme/v2 v2 .0.0 // indirect
66
7- replace github.com/nginxinc/nginx-hugo-theme => ../
7+ replace github.com/nginxinc/nginx-hugo-theme/v2 => ../
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ enableGitInfo = true
66
77[module ]
88[[module .imports ]]
9- path =" github.com/nginxinc/nginx-hugo-theme"
9+ path =" github.com/nginxinc/nginx-hugo-theme/v2 "
1010
1111
1212[caches ]
You can’t perform that action at this time.
0 commit comments