Replace HF sync with direct git push method
Browse files
.github/workflows/sync_to_huggingface.yml
CHANGED
|
@@ -24,4 +24,4 @@ jobs:
|
|
| 24 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 25 |
run: |
|
| 26 |
git remote add hf https://MoEY14422:$HF_TOKEN@huggingface.co/spaces/MoEY14422/capital-project-agentic-system || true
|
| 27 |
-
git push hf HEAD:main --force
|
|
|
|
| 24 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 25 |
run: |
|
| 26 |
git remote add hf https://MoEY14422:$HF_TOKEN@huggingface.co/spaces/MoEY14422/capital-project-agentic-system || true
|
| 27 |
+
git push hf HEAD:main --force
|