Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
4ce086f
1
Parent(s):
baf9ef4
update docker compose config
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -38,5 +38,7 @@ jobs:
|
|
38 |
env:
|
39 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
40 |
HF_USER: ${{ secrets.HF_USER }}
|
41 |
-
run:
|
|
|
|
|
42 |
|
|
|
38 |
env:
|
39 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
40 |
HF_USER: ${{ secrets.HF_USER }}
|
41 |
+
run: |
|
42 |
+
git remote set-url huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
|
43 |
+
git push --force huggingface main
|
44 |
|