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