ci: 新建workflow
Some checks failed
deploy to server / build (push) Failing after 12s

- 测试构建工作流
This commit is contained in:
2025-09-24 15:03:59 +08:00
parent 04a2140213
commit 00a0613f13

View File

@ -0,0 +1,13 @@
name: deploy to server
on:
push:
branches:
- ci/gitea-actions
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pnpm install && pnpm build