diff --git a/.forgejo/workflows/typo3-staged-deploy.yaml b/.forgejo/workflows/typo3-staged-deploy.yaml index 32b0e41..0d88cc3 100644 --- a/.forgejo/workflows/typo3-staged-deploy.yaml +++ b/.forgejo/workflows/typo3-staged-deploy.yaml @@ -99,7 +99,7 @@ jobs: run: composer install --prefer-dist --no-progress --no-dev --ignore-platform-reqs - name: Install Node dependencies & build - if: ${{ inputs.build_frontend }} + if: ${{ inputs.build_frontend == 'true' }} run: | npm ci npm run build