Skip to content

Commit

Permalink
Remove unnecessary git commands and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Sahil-Raja committed Nov 16, 2024
1 parent 1c3ba6e commit a5625f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,3 @@ jobs:
space: ${{ vars.HF_SPACE_NAME }}
token: ${{ secrets.HF_TOKEN }}
configuration: "README.md.yml"

- name: Add Remote
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git remote add space https://SahilRaja:$HF_TOKEN@huggingface.co/spaces/SahilRaja/Kidney_Disease_Classifier
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://SahilRaja:$HF_TOKEN@huggingface.co/spaces/SahilRaja/Kidney_Disease_Classifier main

0 comments on commit a5625f8

Please sign in to comment.