Skip to content

Integrate Gemini to Summarize #13

Integrate Gemini to Summarize

Integrate Gemini to Summarize #13

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Build on PR
"on": pull_request
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Generate the .env file with required environment variables
- name: Create .env file
run: echo "${{ secrets.PASTELOG_ENV }}" > .env
# Install dependencies and build the project
- run: npm ci && npm run build