Skip to content

Commit

Permalink
cp -r may works
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent 0351eb1 commit 5d47cde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
run: |
cd ${{ github.workspace }}
cd ..
ls labproject/plots
cp labproject/plots/* overleaf/figures/
cp -r labproject/plots overleaf/figures/
cd overleaf/
git config --global user.name "Github Actions"
git config --global user.email ""
Expand Down

0 comments on commit 5d47cde

Please sign in to comment.