Spaces:
Running
on
Zero
Running
on
Zero
MNoichl
commited on
Force push to hf
Browse files
.github/workflows/main.yml
CHANGED
@@ -17,8 +17,8 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://m7n:[email protected]/spaces/m7n/openalex_mapper main
|
21 |
- name: Push to second space
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
-
run: git push https://m7n:[email protected]/spaces/m7n/openalex_mapper_strong_gpu main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push --force https://m7n:[email protected]/spaces/m7n/openalex_mapper main
|
21 |
- name: Push to second space
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
+
run: git push --force https://m7n:[email protected]/spaces/m7n/openalex_mapper_strong_gpu main
|