From 45e1c5a0356cb8114e361dfb02cc0e8aac10b64b Mon Sep 17 00:00:00 2001 From: Tanmay Majumdar Date: Sat, 23 Mar 2024 22:11:06 +0530 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 04061b6..0660497 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -12,12 +12,16 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + - name: Setup Node uses: actions/setup-node@v3 + - name: Install dependencies uses: bahmutov/npm-install@v1 + - name: Build project run: npm run build + - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'