fahadcr14 commited on
Commit
9a740a2
·
1 Parent(s): d5efb57
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -8
.github/workflows/main.yml CHANGED
@@ -36,11 +36,5 @@ jobs:
36
  env:
37
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
38
  #
39
- run: |
40
- huggingface-cli repo create fahd9999/resultprediction --type=space --yes || echo "Repository already exists"
41
- git clone https://fahd9999:[email protected]/spaces/fahd9999/resultprediction
42
- rsync -av --exclude="resultprediction/" ./ resultprediction/
43
- cd resultprediction
44
- git add .
45
- git commit -m "Deploy application to Hugging Face Space" || echo "No changes to commit"
46
- git push
 
36
  env:
37
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
38
  #
39
+ run:
40
+ git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main