Skip to content

Commit 170e2c5

Browse files
committed
Use specified min Hugo version (0.83.0) to build gh-pages demo
1 parent baa0a71 commit 170e2c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup hugo
3131
uses: peaceiris/actions-hugo@v2
3232
with:
33-
hugo-version: 'latest'
33+
hugo-version: '0.83.0'
3434

3535
- name: Build
3636
run: hugo --buildDrafts --gc --verbose --minify

0 commit comments

Comments
 (0)