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: baseprint.
This input parameter specifies the just recipe to run.
An example just recipe is in
justfile 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.