Spaces:
Runtime error
Runtime error
Franko Fišter commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
name: Sync to Hugging Face hub
|
|
|
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
| 5 |
-
# to run this workflow manually from the Actions tab
|
| 6 |
workflow_dispatch:
|
| 7 |
|
| 8 |
jobs:
|
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push https://dal4933:$HF_TOKEN@huggingface.co/spaces/
|
|
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
+
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches: [main]
|
|
|
|
| 6 |
workflow_dispatch:
|
| 7 |
|
| 8 |
jobs:
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git push -f https://dal4933:$HF_TOKEN@huggingface.co/spaces/dal4933/TEST main
|