Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/dani-ange/diabetiel-ml
Browse files
.github/workflows/train-deploy.yaml
CHANGED
@@ -62,11 +62,5 @@ jobs:
|
|
62 |
HF_TOKEN: ${{ secrets.HUGGINGFACE_API_TOKEN }}
|
63 |
run: |
|
64 |
huggingface-cli login --token $HF_TOKEN
|
65 |
-
|
66 |
-
|
67 |
-
if ! git diff --cached --exit-code; then
|
68 |
-
git commit -m "Updated model after merging PR"
|
69 |
-
git push https://danielle2003:[email protected]/spaces/danielle2003/diabeties-ml main
|
70 |
-
else
|
71 |
-
echo "No changes to commit."
|
72 |
-
fi
|
|
|
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 |
+
|
|
|
|
|
|
|
|
|
|
|
|