File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
# Check out code using git
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : " recursive"
16
16
fetch-depth : 0
17
17
18
18
# Install node with yarn
19
19
- name : Setup Yarn
20
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v4
21
21
- run : yarn install
22
22
23
23
# Run list-reactions.js with Node and pass the authentication token
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Read .env hugo version
15
15
id : hugo-version
@@ -19,13 +19,13 @@ jobs:
19
19
echo "::set-output name=DOCSY_VERSION::${DOCSY_VERSION}"
20
20
21
21
- name : Add hugo nodejs dependencies
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : " 18"
25
25
cache : ' npm'
26
26
27
27
- name : Setup Hugo
28
- uses : peaceiris/actions-hugo@v2
28
+ uses : peaceiris/actions-hugo@v3
29
29
with :
30
30
# sync versions with docker-compose .env ala
31
31
# https://github.com/marketplace/actions/hugo-setup#%EF%B8%8F-read-hugo-version-from-file
41
41
42
42
- name : Deploy to Pages
43
43
if : github.event_name == 'push'
44
- uses : peaceiris/actions-gh-pages@v3
44
+ uses : peaceiris/actions-gh-pages@v4
45
45
env :
46
46
HUGO_ENV : " production"
47
47
with :
Original file line number Diff line number Diff line change 9
9
htmltest :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Read .env hugo version
15
15
id : hugo-version
@@ -19,13 +19,13 @@ jobs:
19
19
echo "::set-output name=DOCSY_VERSION::${DOCSY_VERSION}"
20
20
21
21
- name : Add hugo nodejs dependencies
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : " 18"
25
25
cache : ' npm'
26
26
27
27
- name : Setup Hugo
28
- uses : peaceiris/actions-hugo@v2
28
+ uses : peaceiris/actions-hugo@v3
29
29
with :
30
30
# sync versions with docker-compose .env ala
31
31
# https://github.com/marketplace/actions/hugo-setup#%EF%B8%8F-read-hugo-version-from-file
44
44
with :
45
45
config : .htmltest.yml
46
46
- name : archive htmltest results
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : htmltest-report
50
50
path : tmp/.htmltest/htmltest.log
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ <h3 class="font-weight-light text-center">
41
41
42
42
{{< blocks /section color="light" > }}
43
43
{{% blocks/feature icon="fas fa-project-diagram" title="How to Participate" url="/contribute" url_text="How to contribute" %}}
44
- You can [contribute to OMF activities](/ contribute/ ) as a representative of a member organization or
45
- as an individual in a [Working Group](/about/ working-groups/ ).
44
+ You can [contribute to OMF activities]({{ < relref " contribute" > }} ) as a representative of a member organization or
45
+ as an individual in a [Working Group]({{ < relref " working-groups" > }} ).
46
46
{{% /blocks/feature %}}
47
47
48
48
{{% blocks/feature icon="fas fa-users" title="Community" url="/about/community" %}}
You can’t perform that action at this time.
0 commit comments