Skip to content

Commit

Permalink
🐛 Fix: Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Sep 4, 2023
1 parent 5546a82 commit c42eedf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Run Script
run: |
rm prop/*/*.png
rm prop/ALL/time
rm prop/*/*.md
rm -f prop/*/*.png
rm -f prop/ALL/time
rm -f prop/*/*.md
python main.py
- name: Move XLS File to data Directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Run Script
run: |
rm prop/*/*.png
rm prop/ALL/time
rm prop/*/*.md
rm -f prop/*/*.png
rm -f prop/ALL/time
rm -f prop/*/*.md
python src/vis.py
- name: Commit and Push
Expand Down

0 comments on commit c42eedf

Please sign in to comment.