Compare commits
2 Commits
c32da84657
...
38d93cfef2
Author | SHA1 | Date | |
---|---|---|---|
|
38d93cfef2 | ||
|
c0656d462d |
@ -8,11 +8,15 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Use gitea Node.js
|
||||
uses: https://gitea.com/actions/setup-node@v4
|
||||
uses: https://gitea.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: '14' # 确保这是与你的项目兼容的Node.js版本
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
- name: Build Docusaurus website
|
||||
<<<<<<< HEAD
|
||||
run: yarn build
|
||||
|
||||
=======
|
||||
run: yarn build
|
||||
|
||||
>>>>>>> c32da84657143bfd0ec61c55ec41046b9b5ccd42
|
||||
|
Loading…
Reference in New Issue
Block a user