重构 API 文档结构,给每个文件增加 SDK 的文件链接。 #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
pull_request: | |
push: | |
branches: | |
- "!main" | |
- "!canary" | |
jobs: | |
build: | |
name: Build Test | |
timeout-minutes: 30 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 1 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 16 | |
cache: yarn | |
- name: install dependency npm | |
run: yarn | |
- name: build canary env dist file | |
run: | | |
yarn build:canary |