File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Hugo
17
17
uses : peaceiris/actions-hugo@v2
18
18
with :
19
- hugo-version : ' 0.83.1 '
19
+ hugo-version : ' 0.94.0 '
20
20
extended : true
21
21
- name : Build
22
22
run : chmod +x build-site.sh && ./build-site.sh
Original file line number Diff line number Diff line change 14
14
- name : Setup Hugo
15
15
uses : peaceiris/actions-hugo@v2
16
16
with :
17
- hugo-version : ' 0.83.1 '
17
+ hugo-version : ' 0.94.0 '
18
18
extended : true
19
19
- name : Build
20
20
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.83.1 or higher.
14
+ to use Hugo 0.94.0 or higher.
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 @@ -3,17 +3,17 @@ publish = "website_and_docs/public"
3
3
command = " chmod +x build-site.sh && ./build-site.sh"
4
4
5
5
[context .production .environment ]
6
- HUGO_VERSION = " 0.83.1 "
6
+ HUGO_VERSION = " 0.94.0 "
7
7
HUGO_ENV = " production"
8
8
9
9
[context .deploy-preview ]
10
10
command = " chmod +x build-site.sh && ./build-site.sh"
11
11
12
12
[context .deploy-preview .environment ]
13
- HUGO_VERSION = " 0.83.1 "
13
+ HUGO_VERSION = " 0.94.0 "
14
14
15
15
[context .branch-deploy ]
16
16
command = " chmod +x build-site.sh && ./build-site.sh"
17
17
18
18
[context .branch-deploy .environment ]
19
- HUGO_VERSION = " 0.83.1 "
19
+ HUGO_VERSION = " 0.94.0 "
You can’t perform that action at this time.
0 commit comments