From 30def7b7a96ae79cd3b5a5959f753d4e57236991 Mon Sep 17 00:00:00 2001 From: Nolan Perry Date: Tue, 14 Mar 2023 21:21:49 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 336b64d..912bdc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,10 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: Build # Remove or modify this step as needed - run: | - npm install - npm run build - name: WordPress Plugin Deploy uses: 10up/action-wordpress-plugin-deploy@stable env: