Typst Compiler
Version updated for https://github.com/ammar-ahmed22/compile-typst-action to version v2.
- This action is used across all versions by 28 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The compile-typst GitHub Action automates the process of compiling Typst .typ files into PDF documents using the latest Typst release. It simplifies workflows by allowing users to specify source and output paths and optionally configure custom fonts for rendering. This action is ideal for streamlining document compilation tasks and ensuring consistent outputs directly within GitHub repositories.
Release notes
- Fixed issue #1 with the Dockerfile causing build issues
- Updates node version in Dockerfile
- Use correct entrypoint directory/location for Dockerfile
- Courtesy of @siefkenj