Spaces:
Build error
Build error
Commit ·
bd2f24a
1
Parent(s): 56e3260
added - force back
Browse files- .github/workflows/hf.yml +2 -2
.github/workflows/hf.yml
CHANGED
|
@@ -9,7 +9,7 @@ jobs:
|
|
| 9 |
with:
|
| 10 |
fetch-depth: 0
|
| 11 |
lfs: true
|
| 12 |
-
- name: Push to
|
| 13 |
env:
|
| 14 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 15 |
-
run: git push https://compendious:${HF_TOKEN}@huggingface.co/spaces/compendious/precis main
|
|
|
|
| 9 |
with:
|
| 10 |
fetch-depth: 0
|
| 11 |
lfs: true
|
| 12 |
+
- name: Push to HuggingFace copy of this repo
|
| 13 |
env:
|
| 14 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 15 |
+
run: git push -f https://compendious:${HF_TOKEN}@huggingface.co/spaces/compendious/precis main
|