mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-09 11:52:00 -04:00
Use specified min Hugo version (0.83.0) to build gh-pages demo
This commit is contained in:
parent
baa0a71478
commit
170e2c5b3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
@ -30,7 +30,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue