This action provides the Tytanic CLI to subsequent steps in GitHub Actions.
- uses: typst-community/setup-tytanic@v1
- run: tt run
name: Build GitHub-Pages
on: push
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: typst-community/setup-tytanic@v1
with:
tytanic-version: 0.3.0
- run: tt run
See action.yml for a the inputs and outputs of this action.
A contribution guide can be found here. You can view the changelog of previous contributions and release here.
This action is in large part inspired by setup-typst.