Skip to content

Setup Tytanic

Actions
Install Tytanic for use in GitHub Actions
v1.0.0
Latest
Star (1)

Setup Tytanic

This action provides the Tytanic CLI to subsequent steps in GitHub Actions.

- uses: typst-community/setup-tytanic@v1
- run: tt run

Usage

Basic usage

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

Inputs & Outputs

See action.yml for a the inputs and outputs of this action.

Contributions

A contribution guide can be found here. You can view the changelog of previous contributions and release here.

Credit

This action is in large part inspired by setup-typst.

Setup Tytanic is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install Tytanic for use in GitHub Actions
v1.0.0
Latest

Setup Tytanic is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.