nsriram78's picture
Upload folder using huggingface_hub
c622639 verified
Raw
History Blame Contribute Delete
477 Bytes
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