Skip to content

fix(docs): 桑基图变样式 -> 桑基图边样式 (#2088) #504

fix(docs): 桑基图变样式 -> 桑基图边样式 (#2088)

fix(docs): 桑基图变样式 -> 桑基图边样式 (#2088) #504

Workflow file for this run

name: github pages
on:
push:
branches:
- master # default branch
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn build
- run: yarn build:site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/site/public