Spaces:
Runtime error
Runtime error
DebasishDhal
commited on
Commit
·
a05c3f3
1
Parent(s):
8c365a1
Change huggingface target branch to master
Browse files
.github/workflows/main.yml
CHANGED
@@ -2,7 +2,6 @@ name: Sync to Hugging Face hub
|
|
2 |
on:
|
3 |
push:
|
4 |
branches: [master]
|
5 |
-
# to run this workflow manually from the Actions tab
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|
@@ -16,4 +15,6 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run:
|
|
|
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches: [master]
|
|
|
5 |
workflow_dispatch:
|
6 |
|
7 |
jobs:
|
|
|
15 |
- name: Push to hub
|
16 |
env:
|
17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
18 |
+
run: |
|
19 |
+
git remote add hf https://HF_USERNAME:[email protected]/spaces/DebasishDhal99/trading-metaverse
|
20 |
+
git push --force hf master:main
|