Spaces:
Sleeping
Sleeping
Abhijeet Mahapatra commited on
Commit ·
fd40a0a
1
Parent(s): 4343b89
Updated hf sync file
Browse files
.github/workflows/hf_sync.yml
CHANGED
|
@@ -20,4 +20,5 @@ jobs:
|
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
run: |
|
|
|
|
| 23 |
git push --force https://smolhuman:$HF_TOKEN@huggingface.co/spaces/build-small-hackathon/Noisy_News HEAD:main
|
|
|
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
run: |
|
| 23 |
+
git config lfs.allowincompletepush true
|
| 24 |
git push --force https://smolhuman:$HF_TOKEN@huggingface.co/spaces/build-small-hackathon/Noisy_News HEAD:main
|