We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74c2fc commit 6366478Copy full SHA for 6366478
.github/workflows/deploy.yml
@@ -73,7 +73,7 @@ jobs:
73
74
# Upload the built site to GitHub Pages artifact
75
- name: Upload artifact
76
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
77
with:
78
path: hugo-site/public # Point to the correct directory
79
0 commit comments