TarunJoseph101's picture
Clean deployment without binary files
4bff625
Raw
History Blame Contribute Delete
474 Bytes
name: Sync to Hugging Face Space
on:
push:
branches: [Deployment]
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to Hugging Face
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://TarunJoseph101:$HF_TOKEN@huggingface.co/spaces/TarunJoseph101/MIE1517_ASL_Project Deployment:main -f