lvignoli/Github Action for Typst
GitHub Action to compile typst documents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_file | The typst file to be compiled. There can be multiple ones separated by new lines. | yes | — |
| options | Line separated array of global options to pass to typst. Compared to a CLI call, with space separated field, each file must be on its own lines. For example, to pass an additional font path using the --font-path global command, the CLI call is typst --font-path fonts main.typ For the action, one must use one line per argument to ensure correct parsing, in the following form: - name: Typst uses: lvignoli/typst-action@main with: source_file: main.typ options: | --font-path fonts | no | "" |
Outputs
no outputs