Update deploy-now.yaml

yarn build is not a valid command
This commit is contained in:
Philip
2022-11-02 08:21:10 +01:00
committed by GitHub
parent 38a2c33a1c
commit eff987495a

View File

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