This commit is contained in:
MartinBraquet
2025-12-15 00:16:04 +02:00
parent 05250285c0
commit e231f016d6

View File

@@ -58,7 +58,7 @@ jobs:
if: steps.check.outputs.changed == 'true'
run: yarn install
- name: Build
- name: Deploy Live Update
if: steps.check.outputs.changed == 'true'
env:
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}