name: Sync to Hugging Face on: push: branches: [main] workflow_dispatch: jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 lfs: true - name: Push to HF env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: git push --force https://sameerz567:$HF_TOKEN@huggingface.co/spaces/sameerz567/my-genai-api main