Spaces:
Sleeping
Sleeping
main branch
Browse files
.github/workflows/main.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
name: Sync to Hugging Face Space
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
-
branches: [
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
|
@@ -21,4 +21,4 @@ jobs:
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
-
run: git push --force https://msaifee:$HF_TOKEN@huggingface.co/spaces/msaifee/Agentic-AI
|
|
|
|
| 1 |
name: Sync to Hugging Face Space
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
+
branches: [main]
|
| 5 |
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
|
|
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
+
run: git push --force https://msaifee:$HF_TOKEN@huggingface.co/spaces/msaifee/Agentic-AI main
|