Skip to content

Merge pull request #257 from linjyuan/feat-MultiplePicker-addLink #69

Merge pull request #257 from linjyuan/feat-MultiplePicker-addLink

Merge pull request #257 from linjyuan/feat-MultiplePicker-addLink #69

Workflow file for this run

name: Deploy CI
env:
NODE_OPTIONS: --max-old-space-size=6144
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Setup Node.js'
uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: yarn
- name: Build
run: yarn run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-dist
cname: dform.alitajs.com