Skip to content

Commit 06e680b

Browse files
committed
Downgraded Hugo version because of Docsy Google analytic issue
Downgraded Hugo version to 0.124.1 due of Docsy issue
1 parent 74c5edc commit 06e680b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
1919
with:
20-
hugo-version: '0.125.4'
20+
hugo-version: '0.124.1'
2121
extended: true
2222
- name: Build
2323
run: chmod +x build-site.sh && ./build-site.sh

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
1919
with:
20-
hugo-version: '0.125.4'
20+
hugo-version: '0.124.1'
2121
extended: true
2222
- name: Build
2323
run: chmod +x build-site.sh && ./build-site.sh

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the repository used to build and publish the official Selenium [website]
1111
We use [Hugo](https://gohugo.io/) and the [Docsy theme](https://www.docsy.dev/)
1212
to build and render the site. You will need the **extended**
1313
Sass/SCSS version of the Hugo binary to work on this site. We recommend
14-
to use Hugo 0.125.4.
14+
to use Hugo 0.124.1.
1515

1616
Steps needed to have this working locally and work on it:
1717

Diff for: netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ command = "chmod +x build-site.sh && ./build-site.sh"
2121

2222
[context.branch-deploy.environment]
2323
NODE_VERSION = "18.14.1"
24-
HUGO_VERSION = "0.125.4"
24+
HUGO_VERSION = "0.124.1"
2525
GO_VERSION = "1.20.1"

0 commit comments

Comments
 (0)