Spaces:
Running
Running
Merge pull request #22 from huggingface/update-deployment-space
Browse files
.github/workflows/deploy-release.yml
CHANGED
|
@@ -19,4 +19,4 @@ jobs:
|
|
| 19 |
- name: Push to hub
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
-
run: git push https://mishig:$HF_TOKEN@huggingface.co/spaces/lerobot/
|
|
|
|
| 19 |
- name: Push to hub
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
+
run: git push https://mishig:$HF_TOKEN@huggingface.co/spaces/lerobot/visualize_dataset main -f
|