Skip to content

Commit 8814304

Browse files
authored
Update generate-epg.yml
1 parent cb1f08e commit 8814304

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/generate-epg.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
- name: Debug: List All Files
2929
run: ls -R
3030

31+
- name: Check for output.xml
32+
run: |
33+
if [ ! -f output.xml ]; then
34+
echo "No output.xml file generated!"
35+
exit 1
36+
fi
37+
echo "output.xml found!"
38+
3139
- name: Create Docs Folder and Move EPG
3240
run: |
3341
mkdir -p docs

0 commit comments

Comments
 (0)