From 4982c0d707bb4bab7b40992ae1b5f09580faf029 Mon Sep 17 00:00:00 2001 From: davidperezgar Date: Tue, 24 Sep 2024 14:02:00 +0200 Subject: [PATCH] deploy --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 690bb28..38aa55a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,8 +10,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@master - - name: Build - run: php composer.phar install -o --no-dev --ignore-platform-reqs + - run: "composer install --no-dev" - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@stable env: