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 }}'