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:
- root: The root of your basicest project, the source you wish to build
- output: The output directory in which to put the results
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.