Skip to content

Commit

Permalink
Setting Hugo to fixed version
Browse files Browse the repository at this point in the history
Temporary fix happening because of peaceiris/actions-hugo#652
  • Loading branch information
AnXh3L0 authored Dec 16, 2024
1 parent 0777515 commit 58a9164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
${{ runner.os }}-npm-
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: 0.139.4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 58a9164

Please sign in to comment.