name: Deploy su Hugging Face on: push: branches: [dev, main] jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 lfs: true - name: Push to Hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | git push --force https://ArturMats:$HF_TOKEN@huggingface.co/spaces/ArturMats/sentiment-analysis-api main:main