Skip to content

Merge pull request #5 from AnswerDotAI/pricing #27

Merge pull request #5 from AnswerDotAI/pricing

Merge pull request #5 from AnswerDotAI/pricing #27

Workflow file for this run

name: Deploy to GitHub Pages
permissions:
contents: write
pages: write
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]