Spaces:
Sleeping
Sleeping
zaidmehdi
commited on
Commit
•
19c5279
1
Parent(s):
650e254
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,6 +15,7 @@ jobs:
|
|
15 |
- uses: actions/checkout@v3
|
16 |
with:
|
17 |
fetch-depth: 0
|
|
|
18 |
- name: Add remote
|
19 |
env:
|
20 |
HF: ${{ secrets.HUGGINGFACE }}
|
@@ -22,4 +23,4 @@ jobs:
|
|
22 |
- name: Push to hub
|
23 |
env:
|
24 |
HF: ${{ secrets.HUGGINGFACE }}
|
25 |
-
run: git push --force
|
|
|
15 |
- uses: actions/checkout@v3
|
16 |
with:
|
17 |
fetch-depth: 0
|
18 |
+
lfs: true
|
19 |
- name: Add remote
|
20 |
env:
|
21 |
HF: ${{ secrets.HUGGINGFACE }}
|
|
|
23 |
- name: Push to hub
|
24 |
env:
|
25 |
HF: ${{ secrets.HUGGINGFACE }}
|
26 |
+
run: git push --force https://zaidmehdi:$HF@huggingface.co/spaces/zaidmehdi/arabic-dialect-classifier main
|