mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 15:06:25 -04:00
chore: use environment variable to specify Hugo version (#2)
This commit is contained in:
parent
faefe548bc
commit
a7c48b4b0a
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.117.0'
|
||||
hugo-version: ${{ env.HUGO_VERSION }}
|
||||
extended: true
|
||||
- name: Build with Hugo
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user