Skip to content

quarkdown-labs/setup-quarkdown

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-quarkdown GitHub Tag

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).

About

🪐 Use Quarkdown in your GitHub Actions workflow!

Resources

License

Stars

Watchers

Forks

Packages

No packages published