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
Files changed (1) hide show
  1. .github/workflows/ci_cd.yml +1 -1
.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/Tbruand/toxicheck || true
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