Skip to content

Commit fbeed76

Browse files
ADubhlaoichJim Ryan
andauthored
Bump documentation theme version (#6320)
* Bump documentation theme version * Use go mod tidy to clean dependencies * hugo mod tidy --------- Co-authored-by: Jim Ryan <[email protected]>
1 parent 1a8870e commit fbeed76

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HUGO_IMG?=hugomods/hugo:0.115.3
44

55
THEME_MODULE = github.com/nginxinc/nginx-hugo-theme
66
## Pulls the current theme version from the Netlify settings
7-
THEME_VERSION = $(NGINX_THEME_VERSION)
7+
THEME_VERSION = 0.41.14
88
NETLIFY_DEPLOY_URL = ${DEPLOY_PRIME_URL}
99

1010
# if there's no local hugo, fallback to docker
@@ -75,6 +75,9 @@ lint-markdown:
7575
hugo-mod:
7676
hugo mod get $(THEME_MODULE)@v$(THEME_VERSION)
7777

78+
hugo-tidy:
79+
hugo mod tidy
80+
7881
build-production:
7982
hugo --gc -e production
8083

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/kubernetes-ingress/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.41.8 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.41.14 // indirect

docs/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/nginxinc/nginx-hugo-theme v0.41.8 h1:l9Lsl9NMaTmNCSMa/W9sdqwhlKFxfb+6ue6w6+bsMC0=
2-
github.com/nginxinc/nginx-hugo-theme v0.41.8/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
1+
github.com/nginxinc/nginx-hugo-theme v0.41.14 h1:OraNB01CdMJXufPddvIVt6qn6Mj38Z/XCVIWBgVtuY0=
2+
github.com/nginxinc/nginx-hugo-theme v0.41.14/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)