We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2097aa4 commit 1b47587Copy full SHA for 1b47587
.github/workflows/deploy-pages.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Upload artifact
53
uses: actions/upload-artifact@v4
54
with:
55
+ name: github-pages
56
path: "./${{ env.YEAR }}/dist"
57
58
# Deployment job
0 commit comments