-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
63 lines (61 loc) · 1.74 KB
/
action.yml
File metadata and controls
63 lines (61 loc) · 1.74 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: metanorma-compile
description: Compile to a metanorma document
inputs:
input-file:
description: Source file to compile
required: true
type:
description: Type of standard to generate
required: true
extensions:
description: Comaseparated list of extensions to generate
default: ''
format:
description: 'Format of source file: eg. asciidoc'
default: ''
require:
description: Require LIBRARY prior to execution
default: ''
wrapper:
description: Create wrapper folder for HTML output
default: ''
asciimath:
description: Keep Asciimath in XML output instead of converting it to MathM
default: ''
datauriimage:
description: Encode HTML output images as data URIs
default: ''
relaton:
description: Export Relaton XML for document to nominated filename
default: ''
extract:
description: Export sourcecode fragments from this document to nominated directory
default: ''
output-dir:
description: Directory to save compiled files
default: ''
agree-to-terms:
description: |
Agree / Disagree with all third-party licensing terms presented
(WARNING: do know what you are agreeing with!)
default: ''
install-fonts:
description: 'Skip the font installation process'
default: 'true'
continue-without-fonts:
description: 'Continue processing even when fonts are missing'
default: ''
no-progress:
description: Don't show progress for long running tasks (like download)
default: 'true'
use-bundler:
description: 'Run in bundler'
default: ''
outputs:
metanorma-version:
description: Version of metanorma used for compilation
output-dir:
description: Output directory path
runs:
using: node24
main: dist/index.js