Skip to content

Commit cd7c962

Browse files
author
Philip Keicher
committed
fix pipeline
1 parent 796fa91 commit cd7c962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push_to_overleaf.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
fetch-depth: '0'
3939
- name: Push to overleaf
4040
run: |
41+
git checkout sync_overleaf
4142
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
4243
4344
git fetch overleaf
44-
git push overleaf HEAD:sync_overleaf
45+
git push overleaf HEAD:master
4546
env:
4647
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}
4748
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)