Files
jinshen-website/.gitea/workflows/deploy.yml
R2m1liA 00a0613f13
Some checks failed
deploy to server / build (push) Failing after 12s
ci: 新建workflow
- 测试构建工作流
2025-09-24 15:03:59 +08:00

14 lines
203 B
YAML

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