docs(smart-socket): 更新“我们的用户”文档中的企业用户信息 #72
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: Build and Deploy | |
| on: [push] | |
| jobs: | |
| build-and-deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@master | |
| - name: vuepress-deploy | |
| uses: IT4Change/vuepress-build-and-deploy@master | |
| env: | |
| ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} | |
| BUILD_SCRIPT: yarn && yarn build | |
| BUILD_DIR: _book |