Skip to content

Commit ebcb548

Browse files
authored
Add techdocs pipeline (#38)
Create configuration for sending documentation to DK Portal
1 parent 1ad4bd4 commit ebcb548

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vtex/deployment.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: cli-plugin-test
2+
build:
3+
provider: dkcicd
4+
pipelines:
5+
- name: techdocs-v1
6+
parameters:
7+
entityReference: default/component/cli-plugin-test
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)