Skip to content

Commit

Permalink
Merge pull request #11 from matiasbenedetto:fix/remove-build-step-fro…
Browse files Browse the repository at this point in the history
…m-deploy-action

Remove build step from deploy action
  • Loading branch information
matiasbenedetto authored Apr 20, 2024
2 parents 45fe365 + 40f280e commit 79f0be0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

# Optional: If your plugin is using composer dependencies, we want to include them
# WITHOUT the dev dependencies.
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy

# You can add unique ids to specific steps if you want to reference their output later in the workflow.
Expand Down

0 comments on commit 79f0be0

Please sign in to comment.