Update firebase-hosting-merge.yml

This commit is contained in:
charleslemaux 2024-08-05 18:47:25 +02:00 committed by GitHub
parent 8d9fceb972
commit 4f377cea2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: build
- run: npm ci && npm build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}