Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update space to huggingface/inference-playground
Browse files
.github/workflows/deploy-to-spaces.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_DEPLOYMENT_TOKEN: ${{ secrets.HF_DEPLOYMENT_TOKEN }}
|
| 20 |
-
run: git push https://mishig:[email protected]/spaces/huggingface
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_DEPLOYMENT_TOKEN: ${{ secrets.HF_DEPLOYMENT_TOKEN }}
|
| 20 |
+
run: git push https://mishig:[email protected]/spaces/huggingface/inference-playground main
|