Skip to content

Commit

Permalink
Use specified min Hugo version (0.83.0) to build demo
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Oct 22, 2021
1 parent 4873bd2 commit baa0a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.83.0'

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

0 comments on commit baa0a71

Please sign in to comment.