Skip to content

Commit b530f7f

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

zuul.yaml

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

0 commit comments

Comments
 (0)