Akshat Sharma commited on
Commit
2cca7c1
·
unverified ·
1 Parent(s): 864dbe2

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +7 -1
.github/workflows/main.yml CHANGED
@@ -14,7 +14,13 @@ 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 push -f -u https://AAkshatSharmaa:$HF_TOKEN@huggingface.co/spaces/AAkshatSharmaa/customizeyourresume main
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+
18
+ - name: Add remote
19
+ env:
20
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git remote add spcae https://AAkshatSharmaa:$HF_TOKEN@huggingface.co/spaces/AAkshatSharmaa/customizeyourresume
22
+
23
  - name: Push to hub
24
  env:
25
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
+ run: git push --force https://AAkshatSharmaa:$HF_TOKEN@huggingface.co/spaces/AAkshatSharmaa/customizeyourresume main