Skip to content

Commit

Permalink
Removing build process from deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
verygoodplugins committed Feb 6, 2024
1 parent ee6214c commit ae2157b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down

0 comments on commit ae2157b

Please sign in to comment.