Skip to content

Commit

Permalink
chore(deploy): Remove build step in deploy, we do this on each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leemason committed Dec 18, 2020
1 parent 6537b5a commit 1b6d642
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wordpress-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b6d642

Please sign in to comment.