Skip to content

Commit e378e3c

Browse files
committed
Update dashboard.yml
1 parent 2d427a6 commit e378e3c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/dashboard.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
run: python content/dashboard/dashboard.py
3131

3232
- name: Debug and Inspect Generated Files on Runner # MODIFIED/ENHANCED STEP
33-
run: |
34-
echo "--- Current Directory ---"
35-
pwd
36-
echo "--- Listing static/dashboard/ ---"
37-
ls -la static/dashboard/
38-
echo "--- Checksum of all files in static/dashboard/ ---"
39-
find static/dashboard -type f -print0 | xargs -0 md5sum || echo "No files to checksum"
40-
41-
echo "--- Last 10 lines of static/dashboard/vacancy_rate.csv on runner ---"
42-
tail -n 10 static/dashboard/vacancy_rate.csv || echo "vacancy_rate.csv not found or empty"
43-
44-
echo "--- Last 10 lines of static/dashboard/unemployment_rate.csv on runner ---"
45-
tail -n 10 static/dashboard/unemployment_rate.csv || echo "unemployment_rate.csv not found or empty"
33+
run: |
34+
echo "--- Current Directory ---"
35+
pwd
36+
echo "--- Listing static/dashboard/ ---"
37+
ls -la static/dashboard/
38+
echo "--- Checksum of all files in static/dashboard/ ---"
39+
find static/dashboard -type f -print0 | xargs -0 md5sum || echo "No files to checksum"
40+
41+
echo "--- Last 10 lines of static/dashboard/vacancy_rate.csv on runner ---"
42+
tail -n 10 static/dashboard/vacancy_rate.csv || echo "vacancy_rate.csv not found or empty"
43+
44+
echo "--- Last 10 lines of static/dashboard/unemployment_rate.csv on runner ---"
45+
tail -n 10 static/dashboard/unemployment_rate.csv || echo "unemployment_rate.csv not found or empty"
4646
4747
- name: Debug generated files
4848
run: |

0 commit comments

Comments
 (0)