Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.33 KB

Baseprinter Action

This is a reusable automation workflow for GitHub Actions that runs Baseprinter to generate a Baseprint document snapshot and commit it to a branch named autobaseprint. This reusable workflow is also useful for automatically generating an HTML/PDF preview website.

Quick Start

To quickly get started, use baseprint-starter as a template to create a new repository.

Alternatively, use the contents of baseprint-starter as an example.

Inputs

xargs-input

Default value: baseprinter-xargs.txt.

This input parameter specifies the file that contains the arguments to pass to baseprinter. The file format is the input file format understood by xargs.

An example is baseprinter-xargs.txt in baseprint-starter.

baseprint-path

Default value: baseprint.

Do not use this path in sources. Baseprinter will generate baseprint snapshot contents into the path assigned to baseprint-path. This path will be automatically committed and pushed to the autobaseprint branch.