Skip to content

Commit

Permalink
Updated Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Aug 12, 2024
1 parent a9a0a42 commit 1f92849
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
HUGO_VERSION: 0.132.0

jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -107,7 +110,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.131.0'
hugo-version: ${{ env.HUGO_VERSION }}
extended: true

- name: Generate stats
Expand Down

0 comments on commit 1f92849

Please sign in to comment.