Skip to content

Commit

Permalink
Merge pull request #3 from ettoreciarcia/feat/refactoring-website
Browse files Browse the repository at this point in the history
fix: fixed hugo version in pipeline
  • Loading branch information
ettoreciarcia authored Aug 12, 2023
2 parents 8039042 + b1f190a commit 05fddd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploys3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.91.2"
- name: Hugo setup
uses: peaceiris/[email protected]
# extended: true

- name: Build
Expand Down

0 comments on commit 05fddd6

Please sign in to comment.