Compare commits

..

No commits in common. "38d93cfef214aba68c1c9e20b2e6e6263dfac81a" and "c32da84657143bfd0ec61c55ec41046b9b5ccd42" have entirely different histories.

View File

@ -8,15 +8,11 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- 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' # 确保这是与你的项目兼容的Node.js版本
- name: Install dependencies - name: Install dependencies
run: yarn run: yarn
- name: Build Docusaurus website - name: Build Docusaurus website
<<<<<<< HEAD
run: yarn build run: yarn build
=======
run: yarn build
>>>>>>> c32da84657143bfd0ec61c55ec41046b9b5ccd42