Skip to content

Commit

Permalink
Merge pull request #68 from nhs-r-community/add-render-gh-action
Browse files Browse the repository at this point in the history
Added render quarto to gh action
  • Loading branch information
Lextuga007 authored Nov 29, 2023
2 parents f7bd508 + 23a1de3 commit 8f5248d
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 @@ -3,6 +3,12 @@ on:
push:
branches: main

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: Quarto Publish

jobs:
Expand Down

0 comments on commit 8f5248d

Please sign in to comment.