Skip to content

Commit 0a0a896

Browse files
author
Philip Keicher
committed
make sure that overleaf branch is indeed at latest overleaf version
1 parent cd7c962 commit 0a0a896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/push_to_overleaf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
4343
4444
git fetch overleaf
45+
git pull overleaf master
4546
git push overleaf HEAD:master
4647
env:
4748
OVERLEAF_TOKEN: ${{ secrets.OVERLEAF_TOKEN }}

0 commit comments

Comments
 (0)