Skip to content

Commit e17a7a3

Browse files
committed
Add build verification step
1 parent d3993d2 commit e17a7a3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID }}
4545
VITE_FIREBASE_MEASUREMENT_ID: ${{ secrets.VITE_FIREBASE_MEASUREMENT_ID }}
4646

47+
- name: Verify build output
48+
run: |
49+
ls -la ./dist
50+
echo "Checking index.html:"
51+
cat ./dist/index.html | grep script
52+
4753
- name: Add .nojekyll file
4854
run: touch ./dist/.nojekyll
4955

0 commit comments

Comments
 (0)