Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Keicher committed Oct 23, 2024
1 parent 796fa91 commit cd7c962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
fetch-depth: '0'
- name: Push to overleaf
run: |
git checkout sync_overleaf
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
git fetch overleaf
git push overleaf HEAD:sync_overleaf
git push overleaf HEAD:master
env:
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cd7c962

Please sign in to comment.