Skip to content

Commit 4d38eb6

Browse files
committed
Fix hugo version
1 parent 0f301ef commit 4d38eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Hugo
2929
uses: peaceiris/actions-hugo@v3
3030
with:
31-
hugo-version: $HUGO_VERSION
31+
hugo-version: "$HUGO_VERSION"
3232
extended: true
3333
- uses: actions/setup-node@v4
3434
with:

0 commit comments

Comments
 (0)