modify yaml
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -18,8 +18,8 @@ jobs:
|
|
| 18 |
git lfs install
|
| 19 |
git lfs pull
|
| 20 |
|
| 21 |
-
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
run: |
|
| 25 |
-
git push https://ash001:${HF_TOKEN}@huggingface.co/spaces/ash001/LangGraph_Multi-Agent_Orchestrator HEAD:main
|
|
|
|
| 18 |
git lfs install
|
| 19 |
git lfs pull
|
| 20 |
|
| 21 |
+
- name: Push to hub (force first sync)
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
run: |
|
| 25 |
+
git push --force https://ash001:${HF_TOKEN}@huggingface.co/spaces/ash001/LangGraph_Multi-Agent_Orchestrator HEAD:main
|