Skip to content

Commit cc55318

Browse files
committed
Upgrading Hugo version
1 parent 8ea45dc commit cc55318

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Hugo
1717
uses: peaceiris/actions-hugo@v2
1818
with:
19-
hugo-version: '0.83.1'
19+
hugo-version: '0.94.0'
2020
extended: true
2121
- name: Build
2222
run: chmod +x build-site.sh && ./build-site.sh

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Hugo
1515
uses: peaceiris/actions-hugo@v2
1616
with:
17-
hugo-version: '0.83.1'
17+
hugo-version: '0.94.0'
1818
extended: true
1919
- name: Build
2020
run: chmod +x build-site.sh && ./build-site.sh

README.md

Lines changed: 1 addition & 1 deletion
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.83.1 or higher.
14+
to use Hugo 0.94.0 or higher.
1515

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

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ publish = "website_and_docs/public"
33
command = "chmod +x build-site.sh && ./build-site.sh"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.83.1"
6+
HUGO_VERSION = "0.94.0"
77
HUGO_ENV = "production"
88

99
[context.deploy-preview]
1010
command = "chmod +x build-site.sh && ./build-site.sh"
1111

1212
[context.deploy-preview.environment]
13-
HUGO_VERSION = "0.83.1"
13+
HUGO_VERSION = "0.94.0"
1414

1515
[context.branch-deploy]
1616
command = "chmod +x build-site.sh && ./build-site.sh"
1717

1818
[context.branch-deploy.environment]
19-
HUGO_VERSION = "0.83.1"
19+
HUGO_VERSION = "0.94.0"

0 commit comments

Comments
 (0)