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

fix: firebase.json

fix: firebase.json #6

Workflow file for this run

name: Lighthouse-CI
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_VIRTUAL_NATSUMATSURI }}
channelId: live
projectId: virtual-natsumatsuri
target: virtual-natsumatsuri-dev
lighthouse:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install && npm install -g @lhci/[email protected]
npm run build
lhci autorun