Skip to content

Commit 1436f99

Browse files
committed
update hugo version for github workflows
1 parent 07ffc1c commit 1436f99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.128.0
34+
HUGO_VERSION: 0.148.2
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |
@@ -72,4 +72,3 @@ jobs:
7272
- name: Deploy to GitHub Pages
7373
id: deployment
7474
uses: actions/deploy-pages@v4
75-

0 commit comments

Comments
 (0)