Skip to content

Commit 5f9e6f4

Browse files
committed
partial update of the GHA for docs
Signed-off-by: junior <[email protected]>
1 parent de5a317 commit 5f9e6f4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,24 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
16+
1617
- name: Setup Node
17-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v4
1819
with:
19-
node-version: '14'
20+
node-version: ''
21+
2022
- name: Setup Hugo
2123
uses: peaceiris/actions-hugo@v2
2224
with:
23-
hugo-version: '0.82.0'
25+
hugo-version: '0.122.0'
2426
extended: true
27+
2528
- name: Build Hugo Docs
2629
run: |
2730
cd src/docs
2831
make build
32+
2933
- name: Publish to Github Pages
3034
uses: peaceiris/actions-gh-pages@v3
3135
with:

0 commit comments

Comments
 (0)