Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 359 Bytes

example-04-render-no-publish.md

File metadata and controls

8 lines (6 loc) · 359 Bytes

Quarto Actions: Render without publishing

If you need to render your project in a GitHub Action, but will use the output for something besides publishing (or publishing to a service not supported by quarto publish), then instead of publish, use the render action:

- name: Render Quarto Project
  uses: quarto-dev/quarto-actions/render@v2