Update .forgejo/workflows/generate-m3u.yml
Some checks are pending
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Waiting to run

This commit is contained in:
stoney420 2025-06-28 05:43:50 +02:00
parent 796b84f790
commit b1e327eaf8

View file

@ -69,6 +69,7 @@ jobs:
run: | run: |
echo "Cleaning old reports..." echo "Cleaning old reports..."
cd reports/daily cd reports/daily
# Count markdown files
if ls *.md >/dev/null 2>&1; then if ls *.md >/dev/null 2>&1; then
COUNT=$(ls *.md | wc -l) COUNT=$(ls *.md | wc -l)
echo "Found $COUNT reports" echo "Found $COUNT reports"