Skip to content

Commit

Permalink
Bump documentation theme version (#6320)
Browse files Browse the repository at this point in the history
* Bump documentation theme version

* Use go mod tidy to clean dependencies

* hugo mod tidy

---------

Co-authored-by: Jim Ryan <[email protected]>
  • Loading branch information
ADubhlaoich and j1m-ryan authored Sep 2, 2024
1 parent 1a8870e commit fbeed76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HUGO_IMG?=hugomods/hugo:0.115.3

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

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

hugo-tidy:
hugo mod tidy

build-production:
hugo --gc -e production

Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/nginxinc/kubernetes-ingress/docs

go 1.19

require github.com/nginxinc/nginx-hugo-theme v0.41.8 // indirect
require github.com/nginxinc/nginx-hugo-theme v0.41.14 // indirect
4 changes: 2 additions & 2 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/nginxinc/nginx-hugo-theme v0.41.8 h1:l9Lsl9NMaTmNCSMa/W9sdqwhlKFxfb+6ue6w6+bsMC0=
github.com/nginxinc/nginx-hugo-theme v0.41.8/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
github.com/nginxinc/nginx-hugo-theme v0.41.14 h1:OraNB01CdMJXufPddvIVt6qn6Mj38Z/XCVIWBgVtuY0=
github.com/nginxinc/nginx-hugo-theme v0.41.14/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 comments on commit fbeed76

Please sign in to comment.