Spaces:
Running
Running
Commit
·
788153f
1
Parent(s):
34b44ae
Sync spaces
Browse files
.github/workflows/sync_to_space.yml
CHANGED
@@ -40,4 +40,4 @@ jobs:
|
|
40 |
- name: Push to Hugging Face
|
41 |
env:
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
-
run: git push https://ayushnoori:[email protected]/spaces/ayushnoori/program-synthesis spaces
|
|
|
40 |
- name: Push to Hugging Face
|
41 |
env:
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
+
run: git push https://ayushnoori:[email protected]/spaces/ayushnoori/program-synthesis spaces --force
|