Skip to content

Commit 453f1da

Browse files
committed
Fix artifact naming: revert to default github-pages name and update upload action version
1 parent e6f14b9 commit 453f1da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ jobs:
5656
--baseURL "${{ steps.pages.outputs.base_url }}/"
5757
5858
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@v3
59+
uses: actions/upload-pages-artifact@v4
6060
with:
6161
path: ./public
62-
name: hugo-site
6362

6463
deploy:
6564
environment:

0 commit comments

Comments
 (0)