Skip to content

Commit

Permalink
Merge pull request #78 from Nikschavan/fix-fouc
Browse files Browse the repository at this point in the history
Remove build step from the plugin deploy action
Nikschavan authored Sep 12, 2019
2 parents c6c0faa + 25cf838 commit cf4c0dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push-to-deploy.yml
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:

0 comments on commit cf4c0dc

Please sign in to comment.