123
Some checks failed
Node.js CI / build (push) Failing after 10s

This commit is contained in:
洪剑峰 2024-08-05 17:53:06 +08:00
parent fb183d7620
commit 2c0f1da138

View File

@ -12,6 +12,6 @@ jobs:
with: with:
node-version: '14' # 确保这是与你的项目兼容的Node.js版本 node-version: '14' # 确保这是与你的项目兼容的Node.js版本
- name: Install dependencies - name: Install dependencies
run: yarn run: yarn install
- name: Build Docusaurus website - name: Build Docusaurus website
run: yarn build run: yarn build