ash001 commited on
Commit
ac68f2c
·
1 Parent(s): 97e7bc4

modify yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.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