From 7d5045f6bb86ec8e1427abde63cc2da1bfd35421 Mon Sep 17 00:00:00 2001 From: amyheather Date: Fri, 5 Jul 2024 13:41:41 +0100 Subject: [PATCH] build(github actions): update quarto_publish to use reproduction renv --- .github/workflows/quarto_publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/quarto_publish.yaml b/.github/workflows/quarto_publish.yaml index 2fae3c1..9e1024d 100644 --- a/.github/workflows/quarto_publish.yaml +++ b/.github/workflows/quarto_publish.yaml @@ -32,6 +32,8 @@ jobs: - name: Install R dependencies uses: r-lib/actions/setup-renv@v2 + with: + working-directory: 'reproduction/' - name: Render and publish to GitHub pages uses: quarto-dev/quarto-actions/publish@v2