Skip to content

Commit 417725d

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

zuul.yaml

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

0 commit comments

Comments
 (0)