Spaces:
Running
Running
NoeMartinezSanchez commited on
Commit ·
cb6c879
1
Parent(s): 5e98205
fix: agregar --force al push del workflow 2
Browse files
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -22,4 +22,4 @@ jobs:
|
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
run: |
|
| 25 |
-
git push --force https://
|
|
|
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 24 |
run: |
|
| 25 |
+
git push --force https://huggingface.co/spaces/ecotecds/Chatbot-RAG-v4 main
|