Skip to content

Commit d550d6e

Browse files
committed
Add build verification step to debug deployment
1 parent 4191d55 commit d550d6e

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
@@ -37,6 +37,9 @@ jobs:
3737
- name: Build
3838
run: npm run build
3939

40+
- name: Verify build output
41+
run: cat dist/index.html
42+
4043
- name: Setup Pages
4144
uses: actions/configure-pages@v4
4245

0 commit comments

Comments
 (0)