add prod push
Browse files
.github/workflows/deploy-release.yml
CHANGED
@@ -18,3 +18,7 @@ jobs:
|
|
18 |
with:
|
19 |
fetch-depth: 0
|
20 |
lfs: true
|
|
|
|
|
|
|
|
|
|
18 |
with:
|
19 |
fetch-depth: 0
|
20 |
lfs: true
|
21 |
+
- name: Push to hub
|
22 |
+
env:
|
23 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
+
run: git push https://nsarrazin:[email protected]/spaces/huggingchat/chat-ui main
|