force when it doesnt exists

This commit is contained in:
Satr14 2025-03-22 09:35:54 +00:00 committed by GitHub
commit 546af09f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
- name: Generate statistics
run: |
rm stats/*_error.log
rm -f stats/*_error.log
node scripts/dict.js > stats/dict.json 2>stats/dict_error.log &
ls domains | wc -l > stats/count.txt 2>stats/count_error.log &