修复Gitea工作流中的构建命令,添加缺失的构建步骤
Some checks failed
Deploy to Liteyuki pages / build (push) Failing after 54s

This commit is contained in:
远野千束 2025-03-10 23:25:51 +08:00
parent 8084eed7ae
commit c8fc0613f2

View File

@ -34,7 +34,7 @@ jobs:
- name: 构建
run: |-
pnpm install
pnpm run
pnpm run build
- name: "发布"
run: |