push gh origin dev to hg main branch
Browse files
.github/workflows/deploy-hf.yml
CHANGED
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push https://Zhitomir:$HF_TOKEN@huggingface.co/spaces/Zhitomir/chat main
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git push https://Zhitomir:$HF_TOKEN@huggingface.co/spaces/Zhitomir/chat dev:main
|