name: Deploy to Hugging Face Spaces on: push: branches: [main] jobs: sync-to-hf: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 lfs: true - name: Push to Hugging Face Spaces env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | git push https://saitejatirunagari:$HF_TOKEN@huggingface.co/spaces/saitejatirunagari/JAA-ATS-Tool main --force