Skip to content

Commit 12a8009

Browse files
authored
Update gh-pages.yml
1 parent 119532a commit 12a8009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
- name: Setup Hugo
3535
uses: peaceiris/actions-hugo@v2
3636
with:
37-
hugo-version: '0.117.0'
37+
hugo-version: '0.140.2'
3838
extended: true
3939

4040
- name: Setup Node
4141
uses: actions/setup-node@v2
4242
with:
43-
node-version: '14'
43+
node-version: '20'
4444

4545
- name: Cache dependencies
4646
uses: actions/cache@v2
@@ -61,4 +61,4 @@ jobs:
6161
if: ${{ github.ref == 'refs/heads/main' }}
6262
with:
6363
github_token: ${{ secrets.GITHUB_TOKEN }}
64-
publish_dir: ./public
64+
publish_dir: ./public

0 commit comments

Comments
 (0)