Max Chis commited on
Commit
9a05cc9
·
1 Parent(s): 3d173e7

Update sync-to-hf.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +6 -0
.github/workflows/sync-to-hf.yml CHANGED
@@ -13,6 +13,12 @@ jobs:
13
 
14
  steps:
15
  - uses: actions/checkout@v3
 
 
 
 
 
 
16
 
17
  - name: Push to Hugging Face
18
  run: |
 
13
 
14
  steps:
15
  - uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: 0 # <-- this is the fix
18
+
19
+ - name: Set up Git LFS
20
+ run: |
21
+ git lfs install
22
 
23
  - name: Push to Hugging Face
24
  run: |