Merge pull request #220 from KevinBatdorf/add-tab-size-to-preview #196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Plugin asset/readme update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trunk: | |
name: Push to WordPress.org | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- 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 | |
env: | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SLUG: code-block-pro |