Skip to content

Commit

Permalink
hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Dec 28, 2024
1 parent e4508f8 commit d955d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
run: npm ci

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '${HUGO_VERSION}'
hugo-version: '${{ env.HUGO_VERSION }}'
extended: true

- name: Setup Pages
Expand Down

0 comments on commit d955d45

Please sign in to comment.