Skip to content

Commit 43f4603

Browse files
authored
Replace yarn commands with npm in workflow
1 parent d2d039b commit 43f4603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Install and build
6767
run: |
6868
cd DocumentsBuild
69-
yarn install
70-
yarn build
69+
npm ci
70+
npm run build
7171
7272
# 过滤产物并复制到 docs
7373
- name: Copy build output

0 commit comments

Comments
 (0)