name: Sync to Hugging Face spaces on: push: branches: [main] workflow_dispatch: jobs: sync-to-hub: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 with: fetch-depth: 0 lfs: true - name: Push to HF env: HF_TOKEN: ${{ secrets.HF_TOKEN }} run: | git push --force https://harshadhana:$HF_TOKEN@huggingface.co/spaces/harshadhana/pdf-rag-chatbot main