Skip to content

Commit

Permalink
:fix: correct upload-pages-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Mar 4, 2024
1 parent 93af72d commit e864c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand Down

0 comments on commit e864c5f

Please sign in to comment.