P-RajaRamesh commited on
Commit
a2a9e42
·
unverified ·
1 Parent(s): a21d91f

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +5 -1
.github/workflows/main.yml CHANGED
@@ -14,7 +14,11 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
- - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
  run: git pull https://rajaramesh:[email protected]/spaces/rajaramesh/Search_Engine main
 
 
 
 
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Pull to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
  run: git pull https://rajaramesh:[email protected]/spaces/rajaramesh/Search_Engine main
21
+ - name: Push to hub
22
+ env:
23
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
+ run: git push https://rajaramesh:[email protected]/spaces/rajaramesh/Search_Engine main