Spaces:
Build error
Build error
Pietro Lesci
commited on
Commit
·
58b4432
1
Parent(s):
0894b2b
Deploy to MilaNLProc spaces
Browse files
.github/workflows/sync_to_spaces.yml
CHANGED
@@ -13,7 +13,11 @@ jobs:
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
-
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
run: git push https://pietrolesci:[email protected]/spaces/pietrolesci/wordify main
|
|
|
|
|
|
|
|
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
+
- name: Push to hub pietrolesci
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
run: git push https://pietrolesci:[email protected]/spaces/pietrolesci/wordify main
|
20 |
+
- name: Push to hub MilaNLProc
|
21 |
+
env:
|
22 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
+
run: git push https://pietrolesci:[email protected]/spaces/MilaNLProc/Wordify main
|