Skip to content

Commit a511d08

Browse files
authored
Add techdocs pipeline
Create configuration for sending documentation to DK Portal
1 parent 36e2b75 commit a511d08

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vtex/deployment.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: cli-plugin-workspace
2+
build:
3+
provider: dkcicd
4+
pipelines:
5+
- name: techdocs-v1
6+
parameters:
7+
entityReference: default/component/cli-plugin-workspace
8+
sourceDir: ./
9+
when:
10+
- event: push
11+
source: branch
12+
regex: master
13+
path:
14+
- "docs/**"
15+
- README.md
16+
- .vtex/deployment.yaml

0 commit comments

Comments
 (0)