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