Skip to content

Releases: quarto-dev/quarto-actions

v2.0.3

21 Jul 11:11
d1d44ff
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix issue on Windows with install-quarto action

v1.1.0

31 Mar 09:37
092cf7b
Compare
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
Compare
Choose a tag to compare

Action to install quarto