Spaces:
Runtime error
Runtime error
adding code to main.yml file
Browse files
.github/workflows/main.yml
CHANGED
@@ -20,4 +20,4 @@ jobs:
|
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HG }}
|
23 |
-
run: git push --force https://huggingface.co/spaces/jaweed123/text-summarization
|
|
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HG }}
|
23 |
+
run: git push --force https://huggingface.co/spaces/jaweed123/text-summarization main
|