diff --git a/.github/workflows/push_to_overleaf.yml b/.github/workflows/push_to_overleaf.yml index 2c142c2..16ea697 100644 --- a/.github/workflows/push_to_overleaf.yml +++ b/.github/workflows/push_to_overleaf.yml @@ -37,7 +37,9 @@ jobs: - name: Run experiments and generate plots run: | cd ${{ github.workspace }} - python3 labproject/run_default.py + for script in run_*.py; do + python "$script" + done cd .. cp labproject/plots/* overleaf/figures/ - name: Commit and push changes to Overleaf