Files
ProxySubscribeHub/.gitea/workflows/auto_build.yaml
cloudy2331 6095ef1bae
All checks were successful
自动打包 / build (push) Successful in 1m39s
将checkout仓库变更为镜像
2025-04-23 12:31:10 +08:00

10 lines
200 B
YAML

name: 自动打包
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: http://139.224.201.203:3000/cloudy2333/checkout@v4
- run: npm install
- run: npm run build