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.
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.
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
.
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.