Skip to content

Commit 5a81cb1

Browse files
authored
Fix syntax for HUGO_VERSION in workflow file
1 parent fd1e4b1 commit 5a81cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
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: latest
34+
HUGO_VERSION: 'latest'
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |

0 commit comments

Comments
 (0)