DinisCruz commited on
Commit
1476a0b
·
1 Parent(s): 7d9a7b4

trying git fetch --unshallow

Browse files
Files changed (1) hide show
  1. .github/workflows/push_to_hf.yml +1 -0
.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