Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fix for deprecated upload action
  • Loading branch information
andypiper authored Feb 8, 2025
1 parent 9fc4e0f commit a713764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3.0.1
with:
path: ./public

Expand Down

0 comments on commit a713764

Please sign in to comment.