name: Node.js CI run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: build: steps: - name: Use Node.js uses: actions/setup-node@v4 with: node-version: '14' # 确保这是与你的项目兼容的Node.js版本 - name: Install dependencies run: yarn install - name: Build Docusaurus website run: yarn build