Skip to content

Commit

Permalink
moving overleaf parts out of run
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent b58ac4b commit 9896257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
for script in run_*.py; do
python "$script"
done
cd ..
cp labproject/plots/* overleaf/figures/
shell: /usr/bin/bash -e {0}
- name: Commit and push changes to Overleaf
run: |
cd ${{ github.workspace }}
cd ../overleaf/
cd ..
cp labproject/plots/* overleaf/figures/
cd overleaf/
git config --global user.name "Github Actions"
git config --global user.email ""
git add figures/
Expand Down

0 comments on commit 9896257

Please sign in to comment.