Skip to content

Commit 50914eb

Browse files
committed
Update Hugo in publish workflow.
1 parent 5761fe6 commit 50914eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
submodules: true # Fetch Hugo themes
1515
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1616

1717
- name: Setup Hugo
18-
uses: peaceiris/actions-hugo@v2
18+
uses: peaceiris/actions-hugo@v3
1919
with:
20-
hugo-version: '0.68.3'
20+
hugo-version: '0.119.0'
21+
extended: true
2122

2223
- name: Build
2324
run: hugo --minify

0 commit comments

Comments
 (0)