Skip to content

Commit cc5a943

Browse files
committed
hugo upgrade
1 parent 5dd1642 commit cc5a943

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Hugo
2424
uses: peaceiris/actions-hugo@6e295a6a0c9087bf374299e9d67f9d2edab9f18f # v3.0.0
2525
with:
26-
hugo-version: '0.119.0'
26+
hugo-version: '0.140.0'
2727
extended: true
2828

2929
- name: Set up Node

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Hugo
2727
uses: peaceiris/actions-hugo@6e295a6a0c9087bf374299e9d67f9d2edab9f18f # v3.0.0
2828
with:
29-
hugo-version: '0.119.0'
29+
hugo-version: '0.140.0'
3030
extended: true
3131

3232
- name: Set up Node

config/production/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
baseurl = "https://opensource.adobe.com/koperator/"
22
buildDrafts = false
3-
#googleAnalytics = "G-FIXME"
3+
googleAnalytics = "G-FIXME"
44

55
[services]
66
[services.googleAnalytics]
77
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
8-
#id = "G-FIXME"
8+
id = "G-FIXME"
99

1010
[params]
1111

0 commit comments

Comments
 (0)