Skip to content

Commit

Permalink
Add back build step
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Mar 30, 2023
1 parent 818d0d2 commit df62b67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-wordpress-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install and build
run: |
npm ci
npm run build
env:
CI: true
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
continue-on-error: true
Expand Down

0 comments on commit df62b67

Please sign in to comment.