We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6936a30 commit 2d7f2f9Copy full SHA for 2d7f2f9
.github/workflows/deploy-pages.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Upload build artifacts
134
uses: actions/upload-artifact@v4
135
with:
136
- name: site-build
+ name: github-pages
137
path: ./src/public
138
retention-days: 7
139
if-no-files-found: error
@@ -168,7 +168,7 @@ jobs:
168
- name: Download build artifacts
169
uses: actions/download-artifact@v4
170
171
172
path: ./site-build
173
174
- name: Verify downloaded artifacts
@@ -213,7 +213,7 @@ jobs:
213
214
215
216
217
218
219
- name: Check build size
0 commit comments