From 13285ab56234c38be8e4e3d1d4b6b1d46ab9d7f9 Mon Sep 17 00:00:00 2001 From: David Hugh-Jones Date: Tue, 28 May 2024 12:58:48 +0800 Subject: [PATCH] Render Quarto website on github actions --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 58466bf..e3b30a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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