From 0f9071f1059a9e9183895e6b76594e3fabc283b1 Mon Sep 17 00:00:00 2001 From: Nick Jansen Date: Thu, 23 Jun 2022 11:56:56 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9f373c..1439de7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,10 +23,10 @@ jobs: - name: Install PHP dependencies run: composer install --no-dev - - name: Compile scripts and styles - run: | - npm install - npm run production + #- name: Compile scripts and styles + # run: | + # npm install + # npm run production #- uses: sitepilot/action-deploy@main # env: