-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (32 loc) · 1002 Bytes
/
action.yml
File metadata and controls
32 lines (32 loc) · 1002 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
27
28
29
30
31
32
name: 'Linwood Luna'
description: 'Luna is a build system to enable hosting a static library system for assets.'
author: 'LinwoodDev'
branding:
icon: 'package'
color: 'green'
inputs:
command:
description: 'Command to run (generate, docs, build, check, schema, index, get)'
required: false
default: 'generate'
path:
description: 'Output path (for generate/docs/build) or input path (for index)'
required: false
index_path:
description: 'Input index path (only for docs command)'
required: false
page_size:
description: 'Page size (only for docs command)'
required: false
bundle:
description: 'Bundling strategy for docs/build (none, images, all)'
required: false
custom_root:
description: 'Custom docs root containing templates, components, layouts, and public files'
required: false
args:
description: 'Raw arguments to pass to the CLI (overrides other inputs)'
required: false
runs:
using: 'docker'
image: 'Dockerfile'