Skip to content

Commit fd24acb

Browse files
committed
Update hugo version
1 parent 43b9dbf commit fd24acb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
env:
33-
HUGO_VERSION: 0.138.0
33+
HUGO_VERSION: 0.145.0
3434
steps:
3535
- name: Install Hugo CLI
3636
run: |
@@ -46,7 +46,9 @@ jobs:
4646
id: pages
4747
uses: actions/configure-pages@v4
4848
- name: Install Node.js dependencies
49-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
49+
run:
50+
"[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci ||
51+
true"
5052
- name: Build with Hugo
5153
env:
5254
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)