Spaces:
Sleeping
Sleeping
trying git fetch --unshallow
Browse files
.github/workflows/push_to_hf.yml
CHANGED
@@ -18,6 +18,7 @@ jobs:
|
|
18 |
- name: Push to Hugging Face Repository
|
19 |
run: |
|
20 |
git remote add huggingface https://diniscruz:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/the-cbr/cbr-athena
|
|
|
21 |
git push -f huggingface main
|
22 |
|
23 |
|
|
|
18 |
- name: Push to Hugging Face Repository
|
19 |
run: |
|
20 |
git remote add huggingface https://diniscruz:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/the-cbr/cbr-athena
|
21 |
+
git fetch --unshallow
|
22 |
git push -f huggingface main
|
23 |
|
24 |
|