Skip to content

Commit

Permalink
Remove build step from Action for now.
Browse files Browse the repository at this point in the history
Have some deps to resolve, but for now, it's all happening locally anywa
  • Loading branch information
jsainton-godaddy committed Feb 2, 2022
1 parent 1965aec commit 13c247b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
name: New tag
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:
Expand Down

0 comments on commit 13c247b

Please sign in to comment.