Skip to content

Commit f6630a4

Browse files
committed
chore: bump docsy and hugo
Signed-off-by: Attila Mészáros <[email protected]>
1 parent b428732 commit f6630a4

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

Diff for: .github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.125.4
35+
HUGO_VERSION: 0.145.0
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

Diff for: docs/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/google/docsy-example
22

3-
go 1.12
3+
go 1.24
44

5-
require github.com/google/docsy v0.10.0 // indirect
5+
require github.com/google/docsy v0.11.0 // indirect

Diff for: docs/go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3+
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
34
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
45
github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U=
56
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
67
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
8+
github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM=
9+
github.com/google/docsy v0.11.0/go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI=
710
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
811
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
912
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

Diff for: docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "docsy-example-site",
3-
"version": "0.9.1",
4-
"version.next": "0.9.2-dev.0-unreleased",
2+
"name": "java-operator-sdk",
3+
"version": "0.10.0",
4+
"version.next": "0.10.1-dev.0-unreleased",
55
"description": "Example site that uses Docsy theme for technical documentation.",
66
"repository": "github:google/docsy-example",
77
"homepage": "https://javaoperatorsdk.io",
@@ -34,7 +34,7 @@
3434
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest"
3535
},
3636
"devDependencies": {
37-
"autoprefixer": "^10.4.19",
37+
"autoprefixer": "^10.4.20",
3838
"cross-env": "^7.0.3",
3939
"hugo-extended": "0.125.4",
4040
"postcss-cli": "^11.0.0"

0 commit comments

Comments
 (0)