CoolFace
Apppublic

tools4ds/ai_tutor

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes
deploy_to_hf.yml21 linesDownload Raw Back to workflows
1name: Push Production to HuggingFace2 3on:4  push:5    branches: [main]6 7  # run this workflow manualy from the Actions tab8  workflow_dispatch:9 10jobs:11  sync-to-hub:12    runs-on: ubuntu-latest13    steps:14      - uses: actions/checkout@v415        with:16          fetch-depth: 017          lfs: true18      - name: Deploy Production (main) to HuggingFace19        env:20          HF_TOKEN: ${{ secrets.HF_TOKEN }}21        run: git push --force https://faridkarimli:$HF_TOKEN@huggingface.co/spaces/tools4ds/ai_tutor