Skip to content

Commit 293fd20

Browse files
committed
feat: add verification step for build contents before uploading artifacts
1 parent 0873cbc commit 293fd20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Build Astro Starlight project
2929
run: npm run build
3030

31+
- name: Verify build contents
32+
run: ls -R ./dist
33+
3134
- name: Upload build artifacts
3235
uses: actions/upload-pages-artifact@v3
3336
with:

0 commit comments

Comments
 (0)