parent
2c0f1da138
commit
4cf2cab4d6
@ -10,7 +10,9 @@ jobs:
|
||||
- name: Use gitea Node.js
|
||||
uses: https://gitea.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: '14' # 确保这是与你的项目兼容的Node.js版本
|
||||
node-version: '14'
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Build Docusaurus website
|
||||
|
Loading…
Reference in New Issue
Block a user