Skip to content

Commit

Permalink
Update production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione authored Oct 30, 2023
1 parent c8a9529 commit 34b86ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.119.0'
extended: true

- name: Configure AWS credentials
Expand All @@ -54,4 +54,4 @@ jobs:
URL: loganmarchione.com

- name: Deploy to S3
run: hugo deploy --maxDeletes -1 --invalidateCDN --target loganmarchione-com --logLevel info
run: hugo deploy --maxDeletes -1 --invalidateCDN --target loganmarchione-com --logLevel info

0 comments on commit 34b86ee

Please sign in to comment.