vlmantova/Compile with BookML
Compile LaTeX files to HTML via BookML
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Checkout the current repository | — | true |
| release | Create a GitHub release with all the outputs | — | true |
| upload-aux-directory | Upload the aux directory, including all outputs, longs, and other intermediate files into a GitHub artifact | — | true |
| scheme | TeX Live scheme to use among 'basic', 'small', 'medium', 'full' | — | full |
| version | BookML version (if the `bookml` folder is already present, this only affects which Docker image is used) | — | latest |
| replace-bookml | Replace the `bookml` folder, if present, with the version included in the Docker image | — | false |
| timeout-minutes | The maximum number of minutes to run BookML before cancelling the build | — | 6 |
Outputs
| name | description |
|---|---|
| outputs | File names of all outputs compiled by BookML |
| targets | File names of all targets that BookML tried to compile |
| outcome | Compiling outcome (one of 'success', 'failure', 'timeout', 'invalid', 'cancelled') |
| aux-directory-url | URL of GitHub artifact containing the aux directory |
| release-url | URL of GitHub release |