setup-quarkdown
March 6, 2026 ยท View on GitHub
A GitHub Action to install the Quarkdown CLI.
Usage
steps:
- uses: quarkdown-labs/setup-quarkdown@v1
- run: quarkdown c main.qd --pdf
Install a specific version
By default, the latest stable release of Quarkdown is installed.
To install a specific version, use the quarkdown-version input:
steps:
- uses: quarkdown-labs/setup-quarkdown@v1
with:
quarkdown-version: '1.12.0'
Use devbuild to use the latest Quarkdown build from the main branch instead (potentially unstable).
Platform support
This action supports Linux, macOS, and Windows.