Skip to content

Commit baa0a71

Browse files
committed
Use specified min Hugo version (0.83.0) to build demo
1 parent 4873bd2 commit baa0a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup hugo
2727
uses: peaceiris/actions-hugo@v2
2828
with:
29-
hugo-version: 'latest'
29+
hugo-version: '0.83.0'
3030

3131
- name: Build
3232
run: hugo --buildDrafts --gc --verbose --minify

0 commit comments

Comments
 (0)