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