Skip to content

Commit 5a8a1c7

Browse files
committed
fix: rename github-actions.md to GitHub-Actions.md and update content
- Fix case sensitivity issue (github-actions.md -> GitHub-Actions.md) - Remove circular reference in content - Add basic CI/CD documentation content
1 parent 516ebb0 commit 5a8a1c7

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

docs/GitHub-Actions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# CI/CD
2+
3+
本项目的 CI/CD 配置使用 GitHub Actions。
4+
5+
## 工作流
6+
7+
项目包含以下 GitHub Actions 工作流:
8+
9+
- **CI**: 持续集成,运行测试和构建
10+
- **CD**: 持续部署,自动发布到 Maven Central
11+
- **Documentation**: 文档站点自动构建和部署
12+
13+
## 配置文件
14+
15+
工作流配置位于项目根目录的 `.github/workflows/` 目录下。

docs/github-actions.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)