Skip to content

Commit

Permalink
Add quarto setup to workflow.wq
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Oct 21, 2023
1 parent 3edf050 commit 0814e62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
run: |
quarto --version
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
Expand Down

0 comments on commit 0814e62

Please sign in to comment.