fix: 更新版本号至3.2.2,并优化jx3_element.js中的事件处理逻辑 #16
This file contains hidden or 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: Deploy to OSS | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| build-and-deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| with: | |
| persist-credentials: false | |
| - name: OSS | |
| uses: manyuanrong/setup-ossutil@v2.0 | |
| with: | |
| endpoint: "oss-cn-hangzhou.aliyuncs.com" | |
| access-key-id: ${{secrets.ACCESSKEY_ID}} | |
| access-key-secret: ${{secrets.ACCESS_KEY_SECRET}} | |
| - run: ossutil cp -rf tinymce oss://jx3box/static/tinymce |