File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
website_and_docs/content/documentation/about Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11tasks :
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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This is the repository used to build and publish the official Selenium [website]
1717We use [ Hugo] ( https://gohugo.io/ ) and the [ Docsy theme] ( https://www.docsy.dev/ )
1818to build and render the site. You will need the ** extended**
1919Sass/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
2222Steps needed to have this working locally and work on it:
2323
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "chmod +x build-site.sh && ./build-site.sh"
44
55[context .production .environment ]
66NODE_VERSION = " 22.13.0"
7- HUGO_VERSION = " 0.125.4 "
7+ HUGO_VERSION = " 0.148.2 "
88GO_VERSION = " 1.20.1"
99HUGO_ENV = " production"
1010
@@ -13,13 +13,13 @@ command = "chmod +x build-site.sh && ./build-site.sh"
1313
1414[context .deploy-preview .environment ]
1515NODE_VERSION = " 22.13.0"
16- HUGO_VERSION = " 0.125.4 "
16+ HUGO_VERSION = " 0.148.2 "
1717GO_VERSION = " 1.20.1"
1818
1919[context .branch-deploy ]
2020command = " chmod +x build-site.sh && ./build-site.sh"
2121
2222[context .branch-deploy .environment ]
2323NODE_VERSION = " 22.13.0"
24- HUGO_VERSION = " 0.125.4 "
24+ HUGO_VERSION = " 0.148.2 "
2525GO_VERSION = " 1.20.1"
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ and check out your copy locally.
117117We use [ Hugo] ( https://gohugo.io/ ) and the [ Docsy theme] ( https://www.docsy.dev/ )
118118to build and render the site. You will need the “extended”
119119Sass/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
122122Please follow the [ Install Hugo] ( https://www.docsy.dev/docs/getting-started/#install-hugo )
123123instructions from Docsy.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ e faça checkout na sua cópia localmente.
117117
118118Usamos [ Hugo] ( https://gohugo.io/ ) e [ Docsy theme] ( https://www.docsy.dev/ )
119119para 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
122122Por favor siga as instruções do Docsy [ Install Hugo] ( https://www.docsy.dev/docs/getting-started/#install-hugo )
123123
Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments