chore: use environment variable to specify Hugo version (#2)

This commit is contained in:
Sid 2023-08-28 15:02:29 +05:30 committed by GitHub
parent faefe548bc
commit a7c48b4b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: