Spaces:
Build error
Build error
Fix HF sync actions
Browse files
.github/workflows/hf_space.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://pmgautam:[email protected]/spaces/
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://pmgautam:[email protected]/spaces/english-to-nepali-translation main
|
.github/workflows/hf_sync.yml
CHANGED
@@ -13,4 +13,4 @@ jobs:
|
|
13 |
- name: Check large files
|
14 |
uses: ActionsDesk/[email protected]
|
15 |
with:
|
16 |
-
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|
|
|
13 |
- name: Check large files
|
14 |
uses: ActionsDesk/[email protected]
|
15 |
with:
|
16 |
+
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
|