Skip to content

Merge pull request #15 from yybckxbobo992/zyb/StartEndDate-component #56

Merge pull request #15 from yybckxbobo992/zyb/StartEndDate-component

Merge pull request #15 from yybckxbobo992/zyb/StartEndDate-component #56

Workflow file for this run

name: github pages
on:
push:
branches:
- main # default branch
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
- name: Build with dumi
run: yarn docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.MY_TOKEN }}
# 文档目录,如果是 react 模板需要修改为 docs-dist
publish_dir: ./docs-dist