Releases: quarto-dev/quarto-actions
Releases · quarto-dev/quarto-actions
v2.1.7
What's Changed
- fix: avoid hanging terminal if older version is available by @RobPasMue in #119
New Contributors
- @RobPasMue made their first contribution in #119
Full Changelog: v2.1.6...v2.1.7
v2.1.6
v2.1.5
What's Changed
- Update version in examples by @Robinlovelace in #93
- Improve examplary YAML file and correct typos by @jakobarendt in #83
- Use array format for branch name by @joelostblom in #97
- Run everything in temp dir by @gaborcsardi in #111
New Contributors
- @Robinlovelace made their first contribution in #93
- @jakobarendt made their first contribution in #83
- @joelostblom made their first contribution in #97
- @gaborcsardi made their first contribution in #111
Full Changelog: v2.1.4...v2.1.5
v2.1.4
v2.1.3
What's Changed
- suggested update of quarto version by @Sparrow0hawk in #68
- Update gh pages repo config by @r-leyshon in #77
New Contributors
- @Sparrow0hawk made their first contribution in #68
- @r-leyshon made their first contribution in #77
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
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