Skip to content

Commit

Permalink
fix: remove .git to sync job
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r committed May 7, 2024
1 parent b839c6d commit acfd6a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
name: repo-archive
path: '.'
path: |
'.'
!.git/
# Initial action can be found here: https://github.com/wei/git-sync
# The issue is that it does not handle LFS files when pushing, so we had to fork it and
Expand Down

0 comments on commit acfd6a5

Please sign in to comment.