Skip to content

Commit

Permalink
Update Hugo version in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdigits committed Sep 3, 2024
1 parent 2078053 commit 1c887a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.83.1'
hugo-version: '0.133.1'
extended: true

- name: Build
Expand All @@ -29,4 +29,4 @@ jobs:
args: deploy --dir public --alias hugo-robbymilo
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 comments on commit 1c887a2

Please sign in to comment.