name: Deploy to Hugging Face Space on: push: branches: - main workflow_dispatch: jobs: sync-to-hub: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Push to HF Space env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: git push --force https://hashan-7:${HF_TOKEN}@huggingface.co/spaces/hashan-7/chamira-hashan HEAD:main