Skip to content

Commit

Permalink
github workflow logs are bad
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent 2b2d910 commit e535b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Commit and push changes to Overleaf
run: |
cd ${{ github.workspace }}
ls -l plots/
cp plots/* overleaf/figures/
ls
cp labproject/plots/* overleaf/figures/
cd ..
cd overleaf/
git config --global user.name "Github Actions"
Expand Down

0 comments on commit e535b31

Please sign in to comment.