ci: 为项目添加CI/CD功能 #30

Manually merged
remilia merged 18 commits from ci/gitea-actions into master 2025-09-26 17:14:03 +08:00
Showing only changes of commit 00a0613f13 - Show all commits

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