File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Hugo
18
18
uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
19
19
with :
20
- hugo-version : ' 0.125.4 '
20
+ hugo-version : ' 0.124.1 '
21
21
extended : true
22
22
- name : Build
23
23
run : chmod +x build-site.sh && ./build-site.sh
Original file line number Diff line number Diff line change 17
17
- name : Setup Hugo
18
18
uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
19
19
with :
20
- hugo-version : ' 0.125.4 '
20
+ hugo-version : ' 0.124.1 '
21
21
extended : true
22
22
- name : Build
23
23
run : chmod +x build-site.sh && ./build-site.sh
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is the repository used to build and publish the official Selenium [website]
11
11
We use [ Hugo] ( https://gohugo.io/ ) and the [ Docsy theme] ( https://www.docsy.dev/ )
12
12
to build and render the site. You will need the ** extended**
13
13
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 .
15
15
16
16
Steps needed to have this working locally and work on it:
17
17
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ command = "chmod +x build-site.sh && ./build-site.sh"
21
21
22
22
[context .branch-deploy .environment ]
23
23
NODE_VERSION = " 18.14.1"
24
- HUGO_VERSION = " 0.125.4 "
24
+ HUGO_VERSION = " 0.124.1 "
25
25
GO_VERSION = " 1.20.1"
You can’t perform that action at this time.
0 commit comments