更新 .gitea/workflows/build.yaml
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Jeffrey Hsu 2024-10-31 12:55:59 +08:00
parent e0e8db9b7f
commit ea04175d9e

View File

@ -23,9 +23,11 @@ jobs:
node-version: '16' # 可以根据需要选择 Node.js 版本
- name: Install dependencies
working-directory: WebIndex
run: npm install
- name: Build project
working-directory: WebIndex
run: npm run build
- name: Upload build artifacts