Update firebase-hosting-pull-request.yml

This commit is contained in:
Antoninop 2024-08-11 17:39:57 +02:00 committed by GitHub
parent 9ba1c89da7
commit 66809e97d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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