dani-ange commited on
Commit
7825c3d
·
unverified ·
1 Parent(s): 0addf08

Update train-deploy.yaml

Browse files
.github/workflows/train-deploy.yaml CHANGED
@@ -62,5 +62,6 @@ jobs:
62
  HF_TOKEN: ${{ secrets.HUGGINGFACE_API_TOKEN }}
63
  run: |
64
  huggingface-cli login --token $HF_TOKEN
 
65
  git push https://danielle2003:[email protected]/spaces/danielle2003/diabeties-ml main
66
 
 
62
  HF_TOKEN: ${{ secrets.HUGGINGFACE_API_TOKEN }}
63
  run: |
64
  huggingface-cli login --token $HF_TOKEN
65
+ git pull
66
  git push https://danielle2003:[email protected]/spaces/danielle2003/diabeties-ml main
67