Skip to content

Commit 0fa528f

Browse files
committed
feat: Introduce zuul job for building docs
Signed-off-by: Artem Goncharov <[email protected]>
1 parent b7e75df commit 0fa528f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

zuul.yaml

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

0 commit comments

Comments
 (0)