This commit is contained in:
2025-06-24 11:11:56 +08:00
parent 96a9234239
commit 053a6d4f69
13 changed files with 799 additions and 13 deletions

22
.gitea/workflows/dev.yml Normal file
View File

@@ -0,0 +1,22 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
with:
fetch-depth: 1 # 只拉取最新一次提交
- name: node
run: pnpm i
- name: Build
run: pnpm build:antd
- name: cp
run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\web-antd /E