SabinaRosie
Backend deploy for hf
aa359f4
Raw
History Blame Contribute Delete
460 Bytes
name: Deploy to Hugging Face Space
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to Hugging Face Space
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push --force https://manikadahal:$HF_TOKEN@huggingface.co/spaces/manikadahal/HealthSphere main