Skip to content

Commit

Permalink
fetch whole history
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Keicher committed Oct 16, 2024
1 parent 487725c commit 2e5201d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Sync overleaf
run: |
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
Expand Down

0 comments on commit 2e5201d

Please sign in to comment.