Skip to content

Commit f931914

Browse files
committed
hugo upgrade
1 parent 5dd1642 commit f931914

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
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/_default/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ anchor = "smart"
182182
[security.funcs]
183183
getenv = ['^HUGO_', 'PWD', '^DOC_', 'ENVIRONMENT']
184184

185-
[privacy]
186-
[privacy.googleAnalytics]
187-
respectDoNotTrack = true
188-
189185
[module]
190186
proxy = "direct"
191187
[[module.imports]]

config/production/config.toml

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

5-
[services]
6-
[services.googleAnalytics]
7-
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
8-
#id = "G-FIXME"
95

106
[params]
11-
127
url_latest_version = "https://opensource.adobe.com/koperator/"

0 commit comments

Comments
 (0)