Skip to content

docs(smart-servlet): 添加README,介绍smart-servlet项目 #25

docs(smart-servlet): 添加README,介绍smart-servlet项目

docs(smart-servlet): 添加README,介绍smart-servlet项目 #25

Workflow file for this run

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