ikoyozu11/midterm-project-datavisualization
0
1name: Update Hugging Face repository2on:3 push:4 branches: [main]5 6 workflow_dispatch:7 8jobs:9 push-to-hf:10 runs-on: ubuntu-latest11 steps:12 - uses: actions/checkout@v313 with:14 fetch-depth: 015 lfs: true16 - name: Push to Hugging Face17 env:18 HF_USER: ${{ secrets.HF_USER }}19 HF_TOKEN: ${{ secrets.HF_TOKEN }}20 run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/camilleseab/surveillance main --force