forked from elastic/docs-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (23 loc) · 665 Bytes
/
action.yml
File metadata and controls
26 lines (23 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: 'Documentation Builder'
description: 'Build and validate documentation in your repository'
branding:
icon: 'filter'
color: 'red'
inputs:
prefix:
description: 'Path prefix for all urls'
required: false
strict:
description: 'Treat warnings as errors'
required: false
metadata-only:
description: 'Only generate documentation metadata files'
required: false
outputs:
landing-page-path:
description: 'Path to the landing page of the documentation'
skip:
description: "hint from the documentation tool to skip the docs build for this PR"
runs:
using: 'docker'
image: "docker://ghcr.io/elastic/docs-builder:edge"