eruca9744/powerfull-gemini-agent
0
1name: Deploy to Hugging Face Spaces2 3on:4 push:5 branches: [ main ]6 7jobs:8 deploy:9 runs-on: ubuntu-latest10 steps:11 - uses: actions/checkout@v312 - name: Deploy to Spaces13 uses: huggingface/huggingface_hub@main14 with:15 to: spaces/raomehmood/powerfull-gemini-agent16 token: ${{ secrets.HF_TOKEN }}17 