Skip to content

gvelasq/quarto-actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions for Quarto

This repository stores Github Actions around Quarto (https://quarto.org/)

  1. quarto-dev/quarto-actions/install-quarto - Install Quarto binary

Examples

In Examples, you will find some YAML workflow file to serve as template to be reuse as base for your project. We are also sharing some links to real examples Github repositories using Quarto with Github Actions for rendering and deploying documents and projects. If you want to add your repository in the list, we welcome a PR.

Release Management

This repository is using recommended release management for actions:

  • Github releases with tags are used for updates on the actions.
  • Semantic versioning is used, with major, minor and possibly patch release.
  • Major version (such as v1) will always point to the last minor or patch release for this major version. (when v1.0.2 is out, v1 will point to this update to). This means using quarto-dev/quarto-actions/install-quarto@v1 in your workflow file will automatically get the updated versions. Using quarto-dev/quarto-actions/install-quarto@v1.0.2 will pinned a specific release.
  • Major version change (v1 to v2) will often come with possible breaking change, and a workflow would require manual update.

Example:

- uses: quarto-dev/quarto-actions/install-quarto@v1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%