Ryan Kim commited on
Commit
3eaa317
1 Parent(s): df85f61

tryuing to fix this stupid issue

Browse files
.github/workflows/sync_to_huggingface_space.yml CHANGED
@@ -14,6 +14,10 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: git lfs fix
18
+ env:
19
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git lfs fetch https://rk2546:$HF_TOKEN@huggingface.co/spaces/rk2546/csgy-6613-project-rk2546 main
21
  - name: Push to hub
22
  env:
23
  HF_TOKEN: ${{ secrets.HF_TOKEN }}