Skip to content

Commit

Permalink
Merge pull request #70 from nhs-r-community/48-gh-action
Browse files Browse the repository at this point in the history
Added action for rendering
  • Loading branch information
Lextuga007 authored Nov 29, 2023
2 parents ea5446e + 986e66c commit 1677cb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
to: html # If set, it will be equivalent to `quarto render --to html`
path: source-folder # By default, the current working dir is used i.e `quarto render .`

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 1677cb8

Please sign in to comment.