Actions

Basicest provides a first-party action for GitHub Actions workflows to perform builds without having to set up and install software yourself.

It is called AstraLuma/basicest and can be invoked as:

- uses: AstraLuma/basicest@trunk
  with:
    root: site
    output: ./_build

It takes two inputs, both of which are required:

No outputs are produced. No environment variables or secrets are added.

The environment's default Python is used, and the tagged (or latest) version of basicest is used.