shunk031 commited on
Commit
69f1bab
1 Parent(s): d1bdc0c

update CI (#9)

Browse files
Files changed (1) hide show
  1. .github/workflows/push_to_hub.yaml +1 -0
.github/workflows/push_to_hub.yaml CHANGED
@@ -23,4 +23,5 @@ jobs:
23
  HF_USERNAME: ${{ secrets.HF_USERNAME }}
24
  run: |
25
  git fetch --unshallow
 
26
  git push --force https://${HF_USERNAME}:${HF_TOKEN}@huggingface.co/datasets/${HF_USERNAME}/COCOA main
 
23
  HF_USERNAME: ${{ secrets.HF_USERNAME }}
24
  run: |
25
  git fetch --unshallow
26
+ git lfs fetch --all origin main
27
  git push --force https://${HF_USERNAME}:${HF_TOKEN}@huggingface.co/datasets/${HF_USERNAME}/COCOA main