Skip to content

表单支持动态校验 #183

表单支持动态校验

表单支持动态校验 #183

Workflow file for this run

name: GitHub Actions Build and Deploy Demo
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v2
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
BUILD_SCRIPT: npm install && npm run build:es && npm run demo:build