Skip to content

Commit

Permalink
Trying to get it to run on multiple files again
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent 118b0e4 commit aa1d73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
cd ${{ github.workspace }}
for script in run_*.py; do
echo "$script"
python "$script"
done
cd ..
Expand Down

0 comments on commit aa1d73b

Please sign in to comment.