diff --git a/.github/workflows/deploy-now.yaml b/.github/workflows/deploy-now.yaml index ac3da69..13c4fa8 100644 --- a/.github/workflows/deploy-now.yaml +++ b/.github/workflows/deploy-now.yaml @@ -37,7 +37,9 @@ jobs: CI: true SITE_URL: ${{ steps.project.outputs.site-url }} run: | - yarn start + npm install --global yarn + yarn install --frozen-lockfile + yarn build - name: Deploy to IONOS if: ${{ steps.project.outputs.deployment-enabled == 'true' }}