forked from zerocracy/pages-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
59 lines (59 loc) · 1.8 KB
/
action.yml
File metadata and controls
59 lines (59 loc) · 1.8 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
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Zerocracy
# SPDX-License-Identifier: MIT
---
name: 'pages-action'
description: 'Build static pages from a Factbase'
author: 'Yegor Bugayenko <yegor256@gmail.com>'
runs:
using: 'docker'
image: 'docker://yegor256/pages-action:latest'
inputs:
verbose:
description: 'Log as much debug information as possible'
default: false
options:
description: 'Command line options for the "judges" tool'
required: false
output:
description: 'Directory path with YAML, XML, JSON and other files generated'
default: 'pages'
factbase:
description: 'Path of the factbase file'
required: false
logo:
description: 'URL of the logo to put on the HTML page'
default: ''
palette:
description: 'Palette name (e.g. classic, dark, mild)'
default: 'classic'
adless:
description: 'Hide all Zerocracy links, banners, and logos'
default: false
columns:
description: 'Comma-separated list of columns to print in the HTML'
default: 'when,what,repository'
highlighted:
description: 'Comma-separated list of columns to highlight'
default: 'stale,tombstone'
hidden:
description: 'Comma-separated list of properties to hide'
default: '_id,_time,_version'
today:
description: 'ISO-8601 date-time of report generation (today, by default)'
required: false
github-token:
description: 'Authentication GitHub access token'
required: false
default: ${{ github.token }}
timeout:
description: 'The number of minutes to spend on each judge'
required: false
default: 3
lifetime:
description: 'The number of minutes to spend on the entire lifetime'
required: false
default: 5
url:
description: 'The URL where the static files will be visible'
required: false
default: ''