Skip to content

Commit f501e22

Browse files
committed
feat: Introduce zuul job for building docs
1 parent b7e75df commit f501e22

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

zuul.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
- job:
3+
name: docs-build
4+
parent: js-build
5+
# pre-run: playbooks/pre.yaml
6+
# run: playbooks/run.yaml
7+
# post-run: playbooks/post.yaml
8+
9+
- project:
10+
merge-mode: squash-merge
11+
default-branch: main
12+
check:
13+
jobs:
14+
- docs-build

0 commit comments

Comments
 (0)