Skip to content

Commit

Permalink
chore: use environment variable to specify Hugo version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid authored Aug 28, 2023
1 parent faefe54 commit a7c48b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7c48b4

Please sign in to comment.