Update hf-sync.yml
Browse files
.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:[email protected]/spaces/TRI-ML/vlm-demo main
|
| 26 |
|
| 27 |
# not working, action not found
|
| 28 |
# - name: Check large files
|
| 29 |
# uses: ActionsDesk/[email protected]
|
| 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:[email protected]/spaces/TRI-ML/vlm-demo main
|
| 26 |
|
| 27 |
# not working, action not found
|
| 28 |
# - name: Check large files
|
| 29 |
# uses: ActionsDesk/[email protected]
|
| 30 |
# with:
|
| 31 |
+
# filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|