Skip to content

Commit 35db953

Browse files
authored
ExampleSite: Update gomod + Update build-deploy version on workflows (#450)
1 parent 9cbe31d commit 35db953

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
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"

exampleSite/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/nginxinc/docs
22

33
go 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 => ../

exampleSite/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)