Skip to content

Commit f842cfc

Browse files
committed
fix upload-pages-artifact
1 parent a5cc1f1 commit f842cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# Upload the built site to GitHub Pages artifact
7575
- name: Upload artifact
76-
uses: actions/upload-pages-artifact@v4
76+
uses: actions/upload-pages-artifact@v3
7777
with:
7878
path: hugo-site/public
7979

0 commit comments

Comments
 (0)