deepakMLKT/Biskane-RAG
1
1name: Sync to Hugging Face hub2on:3 push:4 branches: [main]5 # to run this workflow manually from the Actions tab6 workflow_dispatch:7 8jobs:9 sync-to-hub:10 runs-on: ubuntu-latest11 steps:12 - uses: actions/checkout@v313 with:14 fetch-depth: 015 lfs: true16 - name: Push to hub17 env:18 HF_TOKEN: ${{ secrets.HF_TOKEN }}19 run: git push https://deepakMLKT:$HF_TOKEN@huggingface.co/spaces/deepakMLKT/Biskane-RAG main20 