# 5x.ant.design **Repository Path**: ant-design/5x.ant.design ## Basic Information - **Project Name**: 5x.ant.design - **Description**: antd v5 官方镜像站点 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: copilot/daily-auto-deploy-workflow - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-15 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 5x.ant.design > 自动构建和部署 Ant Design 5.x 文档站点 ## 快速开始 ```bash # 安装依赖 ut install # 构建并部署 ut run deploy ``` ## 自动部署 本仓库配置了 GitHub Actions 工作流,每天自动检查 `ant-design` 仓库的 `5.x-stable` 分支是否有更新: - ⏰ **每日运行**:UTC 时间 00:00 (北京时间上午 8:00) - 🔍 **智能检测**:只在检测到上游变化时才运行部署 - 🚀 **自动部署**:自动构建并部署到 GitHub Pages - 🔧 **手动触发**:支持在 GitHub Actions 页面手动触发工作流 ## 工作原理 1. 🔄 克隆 `ant-design` 的 `5.x-stable` 分支 2. 📦 使用 `ut` 安装依赖 3. 🏗️ 执行 `ut run site` 构建文档 4. 🚀 使用 `gh-pages` 库自动部署 ## 依赖说明 - **gh-pages**: 自动部署到 GitHub Pages - **simple-git**: Git 操作 - **fs-extra**: 文件系统增强操作 - **ut**: antd 项目的包管理工具 ## 站点 🌐 **https://5x.ant.design**