Skip to content

Commit 3ade3d1

Browse files
eryajferyajf
authored andcommitted
"ci: 添加知识库构建工作流"
1 parent f54be63 commit 3ade3d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.cnb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include:
22
- .cnb/workflows/sync-to-github.yml
33
- .cnb/workflows/publish.yml
4-
- .cnb/workflows/vscode.yml
4+
- .cnb/workflows/vscode.yml
5+
- .cnb/workflows/knowledge.yml

.cnb/workflows/knowledge.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
main:
2+
push:
3+
- stages:
4+
- name: build knowledge base
5+
image: cnbcool/knowledge-base
6+
settings:
7+
include: "**/**.md"

0 commit comments

Comments
 (0)