Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-23 13:46:33 +01:00
committed by GitHub
parent 9e20e4e29b
commit be1ce6dd74

View File

@@ -226,6 +226,11 @@ jobs:
EOFMarker
rm Stats3
cd .. || true
- name: Clean
run: |
echo "Starting run"
if [ -f stats.png ]; then rm stats.png; fi
if [ -f Stats3 ]; then rm Stats3; fi
- name: Update stars
run: |
echo "Starting run"