Spaces:
Sleeping
Sleeping
shyam gupta
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -13,12 +13,7 @@ jobs:
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
-
- name: Add remote
|
17 |
-
env:
|
18 |
-
HF: ${{ secrets.HF }}
|
19 |
-
run: git remote add space https://sankhyikii:[email protected]/spaces/sankhyikii/text-summarization
|
20 |
-
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF: ${{ secrets.HF }}
|
24 |
-
run: git push --force
|
|
|
13 |
- uses: actions/checkout@v2
|
14 |
with:
|
15 |
fetch-depth: 0
|
|
|
|
|
|
|
|
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF: ${{ secrets.HF }}
|
19 |
+
run: git push --force https://sankhyikii:[email protected]/spaces/sankhyikii/text-summarization main
|