123
All checks were successful
Node.js CI / build (push) Successful in 3s

This commit is contained in:
洪剑峰 2024-08-05 17:10:20 +08:00
parent a55cd9bdba
commit 16e2ff0dbd

View File

@ -5,13 +5,6 @@ on: [push]
jobs: jobs:
build: build:
steps: steps:
- name: Use Node.js - name: Check out repository code
uses: actions/setup-node@v4 run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
with:
node-version: '14' # 确保这是与你的项目兼容的Node.js版本
- name: Install dependencies
run: yarn install
- name: Build Docusaurus website
run: yarn build