Skip to content

Commit b2948d0

Browse files
committed
Refer to latest Hugo release
1 parent b0811ba commit b2948d0

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Hugo
1919
uses: peaceiris/actions-hugo@v3
2020
with:
21-
hugo-version: ' 0.125.4'
21+
hugo-version: ' 0.148.2'
2222
extended: true
2323
- name: Build
2424
run: chmod +x build-site.sh && ./build-site.sh

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Hugo
2626
uses: peaceiris/actions-hugo@v3
2727
with:
28-
hugo-version: ' 0.125.4'
28+
hugo-version: ' 0.148.2'
2929
extended: true
3030

3131
- name: Setup Node

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Hugo
2222
uses: peaceiris/actions-hugo@v3
2323
with:
24-
hugo-version: '0.125.4'
24+
hugo-version: '0.148.2'
2525
extended: true
2626
- name: Build
2727
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.125.4/hugo_extended_0.125.4_linux-amd64.deb && \
5-
sudo dpkg -i hugo_extended_0.125.4_linux-amd64.deb && \
6-
sudo rm hugo_extended_0.125.4_linux-amd64.deb
4+
curl -LO https://github.com/gohugoio/hugo/releases/download/v0.148.2/hugo_extended_0.148.2_linux-amd64.deb && \
5+
sudo dpkg -i hugo_extended_0.148.2_linux-amd64.deb && \
6+
sudo rm hugo_extended_0.148.2_linux-amd64.deb
77
command: |
88
cd website_and_docs
99
hugo server --baseURL $(gp url 1313) --appendPort=false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is the repository used to build and publish the official Selenium [website]
1717
We use [Hugo](https://gohugo.io/) and the [Docsy theme](https://www.docsy.dev/)
1818
to build and render the site. You will need the **extended**
1919
Sass/SCSS version of the Hugo binary to work on this site. We recommend
20-
to use **[Hugo 0.125.4](https://github.com/gohugoio/hugo/releases/tag/v0.125.4)**
20+
to use **[Hugo 0.148.2](https://github.com/gohugoio/hugo/releases/tag/v0.148.2)**
2121

2222
Steps needed to have this working locally and work on it:
2323

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ command = "chmod +x build-site.sh && ./build-site.sh"
44

55
[context.production.environment]
66
NODE_VERSION = "22.13.0"
7-
HUGO_VERSION = "0.125.4"
7+
HUGO_VERSION = "0.148.2"
88
GO_VERSION = "1.20.1"
99
HUGO_ENV = "production"
1010

@@ -13,13 +13,13 @@ command = "chmod +x build-site.sh && ./build-site.sh"
1313

1414
[context.deploy-preview.environment]
1515
NODE_VERSION = "22.13.0"
16-
HUGO_VERSION = "0.125.4"
16+
HUGO_VERSION = "0.148.2"
1717
GO_VERSION = "1.20.1"
1818

1919
[context.branch-deploy]
2020
command = "chmod +x build-site.sh && ./build-site.sh"
2121

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ and check out your copy locally.
117117
We use [Hugo](https://gohugo.io/) and the [Docsy theme](https://www.docsy.dev/)
118118
to build and render the site. You will need the “extended”
119119
Sass/SCSS version of the Hugo binary to work on this site. We recommend
120-
to use Hugo 0.125.4 .
120+
to use Hugo 0.148.2 .
121121

122122
Please follow the [Install Hugo](https://www.docsy.dev/docs/getting-started/#install-hugo)
123123
instructions from Docsy.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Seleniumプロジェクトは新しいコントリビュータを歓迎します
9494

9595
#### 依存関係: Hugo
9696

97-
[Hugo](https://gohugo.io/)[Docsyテーマ](https://www.docsy.dev/)を使用してサイトの構築とレンダリングをしています。このサイトの作業をするには、Hugoバイナリの“拡張”Sass/SCSSバージョンが必要です。Hugo 0.125.4の使用を推奨します
97+
[Hugo](https://gohugo.io/)[Docsyテーマ](https://www.docsy.dev/)を使用してサイトの構築とレンダリングをしています。このサイトの作業をするには、Hugoバイナリの“拡張”Sass/SCSSバージョンが必要です。Hugo 0.148.2の使用を推奨します
9898

9999
[Docsyのインストール手順](https://www.docsy.dev/docs/getting-started/#install-hugo)に従ってください。
100100

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ e faça checkout na sua cópia localmente.
117117

118118
Usamos [Hugo](https://gohugo.io/) e [Docsy theme](https://www.docsy.dev/)
119119
para criar e gerar o website. Você vai necessitar de usar a versão "extended"
120-
Sass/SCSS do binário Hugo. Recomendamos a versão 0.125.4 .
120+
Sass/SCSS do binário Hugo. Recomendamos a versão 0.148.2 .
121121

122122
Por favor siga as instruções do Docsy [Install Hugo](https://www.docsy.dev/docs/getting-started/#install-hugo)
123123

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Selenium项目欢迎新的贡献者.
113113
我们使用 [Hugo](https://gohugo.io/)[Docsy theme](https://www.docsy.dev/)
114114
用于构建和渲染本网站.
115115
你需要Hugo“extended”扩展的Sass/SCSS版本用于这个网站.
116-
我们推荐使用Hugo 0.125.4 .
116+
我们推荐使用Hugo 0.148.2 .
117117

118118
请参考来自Docsy的说明
119119
[安装Hugo](https://www.docsy.dev/docs/getting-started/#install-hugo) .

0 commit comments

Comments
 (0)