diff --git a/.github/workflows/deploy-now.yaml b/.github/workflows/deploy-now.yaml index 13c4fa8..087e2cd 100644 --- a/.github/workflows/deploy-now.yaml +++ b/.github/workflows/deploy-now.yaml @@ -39,7 +39,6 @@ jobs: run: | npm install --global yarn yarn install --frozen-lockfile - yarn build - name: Deploy to IONOS if: ${{ steps.project.outputs.deployment-enabled == 'true' }}