dani-ange commited on
Commit
9792ec5
·
unverified ·
1 Parent(s): 90b5c21

Update train-deploy.yaml

Browse files
.github/workflows/train-deploy.yaml CHANGED
@@ -66,6 +66,5 @@ jobs:
66
  git config pull.rebase true
67
 
68
  # Ensure local repository is up-to-date before pushing
69
- git pull --rebase https://huggingface.co/spaces/danielle2003/diabeties main || git pull --rebase --allow-unrelated-histories https://huggingface.co/spaces/danielle2003/diabeties main
70
- git push https://danielle2003:[email protected]/spaces/danielle2003/diabeties main
71
 
 
66
  git config pull.rebase true
67
 
68
  # Ensure local repository is up-to-date before pushing
69
+ git push --force https://danielle2003:$HF_TOKEN@huggingface.co/spaces/danielle2003/diabeties main
 
70