Compare commits
No commits in common. "38d93cfef214aba68c1c9e20b2e6e6263dfac81a" and "c32da84657143bfd0ec61c55ec41046b9b5ccd42" have entirely different histories.
38d93cfef2
...
c32da84657
@ -8,15 +8,11 @@ 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