shyam gupta commited on
Commit
eb4569a
·
unverified ·
1 Parent(s): 8f2a810

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -6
.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 space main
 
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