Spaces:
Build error
Build error
Pietro Lesci
commited on
Commit
•
31a7be9
1
Parent(s):
c915bb5
Update sync_to_spaces.yml
Browse files
.github/workflows/sync_to_spaces.yml
CHANGED
@@ -16,8 +16,8 @@ jobs:
|
|
16 |
- name: Push to hub pietrolesci
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://pietrolesci:$HF_TOKEN@huggingface.co/spaces/pietrolesci/wordify main
|
20 |
- name: Push to hub MilaNLProc
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
-
run: git push https://pietrolesci:$HF_TOKEN@huggingface.co/spaces/MilaNLProc/wordify main
|
|
|
16 |
- name: Push to hub pietrolesci
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://pietrolesci:$HF_TOKEN@huggingface.co/spaces/pietrolesci/wordify main
|
20 |
- name: Push to hub MilaNLProc
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
+
run: git push --force https://pietrolesci:$HF_TOKEN@huggingface.co/spaces/MilaNLProc/wordify main
|