mattb512 commited on
Commit
2864dd2
1 Parent(s): 4490c79

Update hf-sync.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-sync.yml +2 -2
.github/workflows/hf-sync.yml CHANGED
@@ -22,10 +22,10 @@ jobs:
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
  HF_USER: ${{ vars.HF_USER }}
24
 
25
- run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/TRI-ML/vlm-demo main
26
 
27
  # not working, action not found
28
  # - name: Check large files
29
  # uses: ActionsDesk/lfs-warning@v2.0
30
  # with:
31
- # filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
 
22
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
23
  HF_USER: ${{ vars.HF_USER }}
24
 
25
+ run: git push -f https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/TRI-ML/vlm-demo main
26
 
27
  # not working, action not found
28
  # - name: Check large files
29
  # uses: ActionsDesk/lfs-warning@v2.0
30
  # with:
31
+ # filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces