Skip to content

Commit 0b78688

Browse files
committed
Fix hugo version
1 parent f756a34 commit 0b78688

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Hugo
3232
uses: peaceiris/actions-hugo@v3
3333
with:
34-
hugo-version: "$HUGO_VERSION"
34+
hugo-version: ${{ vars.HUGO_VERSION }}
3535
extended: true
3636
- uses: actions/setup-node@v4
3737
with:

0 commit comments

Comments
 (0)