From 1b6d642a251350a2c1ffc7bc5f3be3eb86d9ee62 Mon Sep 17 00:00:00 2001 From: Lee Mason Date: Fri, 18 Dec 2020 23:21:19 +0000 Subject: [PATCH] chore(deploy): Remove build step in deploy, we do this on each commit --- .github/workflows/wordpress-org.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/wordpress-org.yml b/.github/workflows/wordpress-org.yml index 00971ed..fe4d2d7 100644 --- a/.github/workflows/wordpress-org.yml +++ b/.github/workflows/wordpress-org.yml @@ -9,10 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Build - run: | - yarn install - yarn build - name: WordPress Plugin Deploy id: deploy uses: 10up/action-wordpress-plugin-deploy@stable