shyam gupta commited on
Commit
397ae78
1 Parent(s): 1543b59

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +7 -1
.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
- HF: ${{ secrets.HG}}
19
  run: git push --force https://sankhyikii:$HG@huggingface.co/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:$HG@huggingface.co/spaces/sankhyikii/text-summarization
21
+
22
  - name: Push to hub
23
  env:
24
+ HG: ${{ secrets.HG}}
25
  run: git push --force https://sankhyikii:$HG@huggingface.co/spaces/sankhyikii/text-summarization main