Skip to content

Commit

Permalink
The scraper now cleans up before itsself
Browse files Browse the repository at this point in the history
No furhter removing of files is nessesary
  • Loading branch information
CommanderStorm authored May 5, 2024
1 parent 1e15e35 commit ee3bba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Download data
continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
run: |
rm results/*.json
export PYTHONPATH=$PYTHONPATH:..
python3 main.py
ls -lah results
Expand Down

0 comments on commit ee3bba3

Please sign in to comment.