diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1250829..0ee6e29 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,21 +6,14 @@ on: # - main jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - run: | - npm install - npm run build - deploy: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - run: | + npm install + npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: