ArturMats
puntamento deploy da main a main
dc1c4cd
raw
history blame contribute delete
434 Bytes
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