Skip to content

Commit

Permalink
Render Quarto website on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed May 28, 2024
1 parent 4c4bb4b commit 13285ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ jobs:
forceUpdate = TRUE)
shell: Rscript {0}

- name: Render and publish website to GitHub Pages
- name: Render Quarto website
uses: quarto-dev/quarto-actions/render@v2

- name: Publish Quarto website to GitHub Pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
Expand Down

0 comments on commit 13285ab

Please sign in to comment.