Farid Karimli
commited on
Commit
·
f7c75d4
1
Parent(s):
ee8e32c
deployment fix
Browse files
.github/workflows/deploy_to_hf.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
18 |
- name: Deploy Production (main) to HuggingFace
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
-
run: git push --force https://faridkarimli:[email protected]/spaces/edubotics/dl4ds_tutor main
|
|
|
18 |
- name: Deploy Production (main) to HuggingFace
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
+
run: git push --force https://faridkarimli:[email protected]/spaces/edubotics/dl4ds_tutor main
|