Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

声量に応じて吹き出しのサイズを変更する機能 #16

声量に応じて吹き出しのサイズを変更する機能

声量に応じて吹き出しのサイズを変更する機能 #16

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
'on': pull_request
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build -- --preset=firebase
- uses: w9jds/firebase-action@master
with:
args: deploy --only functions:server,hosting
env:
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_EN_XROSS_XR_HACKATHON }}