psvkaushik
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -14,8 +14,8 @@ jobs:
|
|
14 |
- name: Add remote
|
15 |
env:
|
16 |
HF: ${{secrets.HF}}
|
17 |
-
run: git remote add space
|
18 |
- name: Push to Hub
|
19 |
env:
|
20 |
HF: ${{secrets.HF}}
|
21 |
-
run: git push --force DenjiKun
|
|
|
14 |
- name: Add remote
|
15 |
env:
|
16 |
HF: ${{secrets.HF}}
|
17 |
+
run: git remote add space https://huggingface.co/spaces/DenjiKun/summ_hf
|
18 |
- name: Push to Hub
|
19 |
env:
|
20 |
HF: ${{secrets.HF}}
|
21 |
+
run: git push --force https://huggingface.co/spaces/DenjiKun/summ_hf
|