Skip to content

Releases: quarto-dev/quarto-actions

v2.1.6

30 Aug 07:42
87b35bb
Compare
Choose a tag to compare

What's Changed

  • Remove chrome checking by @cderv in #116. This is a revert from previous fix for - - #45 but necessary to avoid actions breakage as reported in #115

Full Changelog: v2.1.5...v2.1.6

v2.1.5

26 Aug 09:08
6cb292a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.4...v2.1.5

v2.1.4

12 Oct 19:08
c1b50d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.1.4

v2.1.3

25 May 19:19
1631147
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

18 Jan 16:00
Compare
Choose a tag to compare

New:

  • Add QUARTO_PRINT_STACK to the environments of all actions so that error log outputs are more actionable.

v2.1.1

03 Jan 17:08
15d0c45
Compare
Choose a tag to compare

Fixes #59.

v2.1.0

03 Jan 14:46
Compare
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
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