mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 17:46:27 -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
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.117.0'
|
hugo-version: ${{ env.HUGO_VERSION }}
|
||||||
extended: true
|
extended: true
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user