Tbruand
commited on
Commit
·
84dc87b
1
Parent(s):
7b633a8
fix(cd): correction de l'URL du Hugging Face Space pour le déploiement automatique
Browse files
.github/workflows/ci_cd.yml
CHANGED
@@ -45,5 +45,5 @@ jobs:
|
|
45 |
env:
|
46 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
47 |
run: |
|
48 |
-
git remote add space https://Tbruand:$HF_TOKEN@huggingface.co/spaces/
|
49 |
git push space main --force
|
|
|
45 |
env:
|
46 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
47 |
run: |
|
48 |
+
git remote add space https://Tbruand:$HF_TOKEN@huggingface.co/spaces/Ymokay/ToxiCheck || true
|
49 |
git push space main --force
|