Skip to content

Commit 903e996

Browse files
committed
added output
1 parent 6da9b4d commit 903e996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Verify structure
4040
run: |
4141
ls -R ./out # Debug: Show built files
42-
test -f ./out/index.html || exit 1 # Fail if no index.html
42+
test -f ./out/index.html && echo "index.html is missing" || exit 1
4343
grep -q "⚠️ Failed to load repository data" ./out/github_repos/index.html && echo "⚠️ Failed to load repository data" && exit 1
4444
4545
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)