name: Deploy to Hugging Face on: push: branches: - main jobs: deploy: runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v3 - name: Install dependencies run: pip install huggingface_hub - name: Push to Hugging Face env: HF_TOKEN: ${{ secrets.HF_TOKEN }} # 👈 HERE run: | python <