Skip to content

Commit

Permalink
Temp. Don't run build in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Mar 24, 2020
1 parent bedf6f5 commit a1f9149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install
npm run build
# - name: Build
# run: |
# npm install
# npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
Expand Down

0 comments on commit a1f9149

Please sign in to comment.