chore: update ci

This commit is contained in:
chenos 2024-06-11 23:02:17 +08:00
parent a5fc22c6b0
commit 160d120abe

View File

@ -30,7 +30,7 @@ jobs:
with: with:
node-version: 18 node-version: 18
cache: 'yarn' cache: 'yarn'
- run: yarn --frozen-lockfile - run: yarn install
- name: Build zh-CN - name: Build zh-CN
run: yarn doc build core/client --lang=zh-CN run: yarn doc build core/client --lang=zh-CN
- name: Build en-US - name: Build en-US