提交 1256c67b 编写于 作者: 徐晓伟's avatar 徐晓伟

👷 name

上级 3421d188
......@@ -22,7 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
......@@ -40,6 +41,8 @@ jobs:
restore-keys: |
${{ matrix.os }}-
- run: npm i
- name: Install Dependencies
run: npm install
- run: npm run build
- name: Build with Docusaurus
run: npm run build
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册