Skip to content

Commit eba92e7

Browse files
committed
Moving to Hugo 0.99.1
[deploy site]
1 parent ba8f2ce commit eba92e7

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: '0.98.0'
20+
hugo-version: '0.99.1'
2121
extended: true
2222
- name: Build
2323
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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Hugo
1818
uses: peaceiris/actions-hugo@v2
1919
with:
20-
hugo-version: '0.98.0'
20+
hugo-version: '0.99.1'
2121
extended: true
2222
- name: Build
2323
run: chmod +x build-site.sh && ./build-site.sh

.gitpod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
tasks:
22
- name: Install Hugo, init submodules and start website
33
init: |
4-
curl -LO https://github.com/gohugoio/hugo/releases/download/v0.98.0/hugo_extended_0.98.0_Linux-64bit.deb && \
5-
sudo dpkg -i hugo_extended_0.98.0_Linux-64bit.deb && \
6-
sudo rm hugo_extended_0.98.0_Linux-64bit.deb
4+
curl -LO https://github.com/gohugoio/hugo/releases/download/v0.99.1/hugo_extended_0.99.1_Linux-64bit.deb && \
5+
sudo dpkg -i hugo_extended_0.99.1_Linux-64bit.deb && \
6+
sudo rm hugo_extended_0.99.1_Linux-64bit.deb
77
git submodule update --init --recursive
88
command: |
99
cd website_and_docs

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.98.0.
14+
to use Hugo 0.99.1.
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.98.0"
6+
HUGO_VERSION = "0.99.1"
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.98.0"
13+
HUGO_VERSION = "0.99.1"
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.98.0"
19+
HUGO_VERSION = "0.99.1"

website_and_docs/content/documentation/about/copyright.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ to the use of the information contained herein.
5656

5757
| Software | Version | License |
5858
| -------- | ------- | ------- |
59-
| [Hugo](//gohugo.io/) | v0.98.0 | [Apache 2.0](//gohugo.io/about/license/) |
59+
| [Hugo](//gohugo.io/) | v0.99.1 | [Apache 2.0](//gohugo.io/about/license/) |
6060
| [Docsy](//github.com/google/docsy/) | --- | [Apache 2.0](//github.com/google/docsy/blob/master/LICENSE) |
6161

6262

website_and_docs/content/documentation/about/copyright.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ aliases: [
6262

6363
| Software | Version | License |
6464
| -------- | ------- | ------- |
65-
| [Hugo](//gohugo.io/) | v0.98.0 | [Apache 2.0](//gohugo.io/about/license/) |
65+
| [Hugo](//gohugo.io/) | v0.99.1 | [Apache 2.0](//gohugo.io/about/license/) |
6666
| [Docsy](//github.com/google/docsy/) | --- | [Apache 2.0](//github.com/google/docsy/blob/master/LICENSE) |
6767

6868

website_and_docs/content/documentation/about/copyright.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ relação ao uso das informações aqui contidas.
5454

5555
| Software | Versão | Licença |
5656
| -------- | ------- | ------- |
57-
| [Hugo](//gohugo.io/) | v0.98.0 | [Apache 2.0](//gohugo.io/about/license/) |
57+
| [Hugo](//gohugo.io/) | v0.99.1 | [Apache 2.0](//gohugo.io/about/license/) |
5858
| [Docsy](//github.com/google/docsy/) | --- | [Apache 2.0](//github.com/google/docsy/blob/master/LICENSE) |
5959

6060

website_and_docs/content/documentation/about/copyright.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ aliases: [
4949

5050
| 软件 | 版本 | 许可 |
5151
| -------- | ------- | ------- |
52-
| [Hugo](//gohugo.io/) | v0.98.0 | [Apache 2.0](//gohugo.io/about/license/) |
52+
| [Hugo](//gohugo.io/) | v0.99.1 | [Apache 2.0](//gohugo.io/about/license/) |
5353
| [Docsy](//github.com/google/docsy/) | --- | [Apache 2.0](//github.com/google/docsy/blob/master/LICENSE) |
5454

5555
## 许可

0 commit comments

Comments
 (0)