Skip to content

Commit

Permalink
fix: hugo version to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Oct 16, 2024
1 parent 89dbaa7 commit ef61c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: 'v0.125.6'
extended: true

- name: Build
Expand Down

0 comments on commit ef61c22

Please sign in to comment.