Skip to content

Releases: quarto-dev/quarto-actions

v2.1.0

03 Jan 14:46

Choose a tag to compare

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

Full Changelog: v2.0.3...v2.1

v2.0.3

21 Jul 11:11
d1d44ff

Choose a tag to compare

What's Changed

  • Support installing latest pre-release version of quarto

Full Changelog: v2.0.2...v2.0.3

v2.0.2

20 Jul 19:16

Choose a tag to compare

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 quarto
  • quarto-actions/publish: Renders and publishes quarto projects to a variety of services
  • quarto-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

v1.2.0

31 Mar 19:35
25e5f40

Choose a tag to compare

What's Changed

  • Allow to install tinytex as part of install-quarto by @cderv in #10

Full Changelog: v1...v1.2.0

v1.1.1

31 Mar 15:06
1f650d1

Choose a tag to compare

Fix issue on Windows with install-quarto action

v1.1.0

31 Mar 09:37
092cf7b

Choose a tag to compare

What's Changed

  • Allow to specify quarto version by @cderv in #7
  • Remove gh dependency for Linux and MacOS when a version is specified by @cderv in #8

Full Changelog: v1...v1.1.0

v1.0.0

31 Mar 09:29

Choose a tag to compare

Action to install quarto