File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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
25
25
hugo-version : ' 0.89.1'
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 %}
You can’t perform that action at this time.
0 commit comments