Spaces:
Sleeping
Sleeping
| name: FoodHub Chatbot — Deploy to Hugging Face Space | |
| on: | |
| push: | |
| branches: | |
| - main # Automatically triggers on every push to the main branch | |
| jobs: | |
| deploy-hosting: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Install Dependencies | |
| run: pip install huggingface_hub python-dotenv | |
| - name: Push files to Hugging Face Space | |
| env: | |
| HF_TOKEN: ${{ secrets.HF_TOKEN }} | |
| run: python hosting.py | |