Releases: quarto-dev/quarto-actions
Releases · quarto-dev/quarto-actions
v2.1.0
What's Changed
- ci: update actions/checkout from v2 to v3 in example by @mcanouil in #31
- Add installing Julia deps to documentation by @cadojo in #37
- Separate single format example in its own file by @cderv in #42
- Resolve set-output deprecation by @cscheid in #49
- render/action.yml: add missing space to inline bash script by @srenatus in #51
New Contributors
- @mcanouil made their first contribution in #31
- @cadojo made their first contribution in #37
- @srenatus made their first contribution in #51
Full Changelog: v2.0.3...v2.1
v2.0.3
What's Changed
- Support installing latest pre-release version of quarto
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
v2 introduces new actions that are not backwards compatible with the previous v1 actions. There are three actions now:
quarto-actions/setup: Installs quartoquarto-actions/publish: Renders and publishes quarto projects to a variety of servicesquarto-actions/render: Renders quarto project for downstream actions
See https://github.com/quarto-dev/quarto-actions/tree/main/examples for examples and documentation.
Full Changelog: v1.2.0...v2.0.2