ZequnZ commited on
Commit
ad8d5bf
1 Parent(s): 59b4efe

update flow

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +2 -1
.github/workflows/deploy.yml CHANGED
@@ -16,7 +16,8 @@ jobs:
16
  - name: Add remote
17
  env:
18
  HG: ${{ secrets.HF_WRITE_TOKEN }}
19
- run: git remote add space https://ZequnZ:$HF_WRITE_TOKEN@huggingface.co/spaces/ZequnZ/Chat-with-Mistral-7B
 
20
  - name: Push to hub
21
  env:
22
  HG: ${{ secrets.HF_WRITE_TOKEN }}
 
16
  - name: Add remote
17
  env:
18
  HG: ${{ secrets.HF_WRITE_TOKEN }}
19
+ # run: git remote add space https://ZequnZ:$HF_WRITE_TOKEN@huggingface.co/spaces/ZequnZ/Chat-with-Mistral-7B
20
+ run: git remote set-url origin https://ZequnZ:$HF_WRITE_TOKEN@huggingface.co/spaces/ZequnZ/Chat-with-Mistral-7B
21
  - name: Push to hub
22
  env:
23
  HG: ${{ secrets.HF_WRITE_TOKEN }}