File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
test :
13
13
runs-on : ubuntu-latest
14
-
14
+
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
- name : Setup NodeJS
18
- uses : actions/setup-node@v2
18
+ uses : actions/setup-node@v3
19
19
with :
20
20
node_version : 16
21
21
- name : Setup Hugo
22
22
uses : peaceiris/actions-hugo@v2
23
23
with :
24
24
# same as netlify.toml
25
- hugo-version : ' 0.89.1 '
25
+ hugo-version : ' 0.89.4 '
26
26
extended : true
27
27
- name : Set up Python 3.9
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : 3.9
31
31
- name : Setup html5validator
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Note for translators:
14
14
{% def
15
15
id="a unique id for anchor - the SAME than for english. will be prefixed by `def-`"
16
16
name="The term to define (optional if english or abbr is provided)"
17
- abbr="an accronym (optional)"
17
+ abbr="an acronym (optional)"
18
18
english="the english term (optional - if present the abbr is in english too)" %}}
19
19
the definition
20
20
{% /def %}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ command = "hugo -d public"
5
5
6
6
[build .environment ]
7
7
# same as .github/workflows/test.yaml
8
- HUGO_VERSION = " 0.89.1 "
8
+ HUGO_VERSION = " 0.89.4 "
9
9
10
10
# https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file
11
11
# headers must be the same than in config/_default/server.toml (for Hugo)
You can’t perform that action at this time.
0 commit comments