Spaces:
Build error
Build error
Wisdom Chen commited on
Update sync_to_hf.yml
Browse files
.github/workflows/sync_to_hf.yml
CHANGED
|
@@ -2,7 +2,6 @@ name: Sync to Hugging Face hub
|
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
| 5 |
-
workflow_dispatch:
|
| 6 |
|
| 7 |
jobs:
|
| 8 |
sync-to-hub:
|
|
@@ -16,4 +15,3 @@ jobs:
|
|
| 16 |
env:
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: git push https://chen196473:$HF_TOKEN@huggingface.co/spaces/chen196473/amazon-multimodal-product-assistant main
|
| 19 |
-
|
|
|
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
|
|
|
| 5 |
|
| 6 |
jobs:
|
| 7 |
sync-to-hub:
|
|
|
|
| 15 |
env:
|
| 16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 17 |
run: git push https://chen196473:$HF_TOKEN@huggingface.co/spaces/chen196473/amazon-multimodal-product-assistant main
|
|
|