From 738c2459a44914b874182c43272cb18b3530ed83 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Sun, 22 Sep 2024 11:59:26 -0700 Subject: [PATCH] Fix Quarto env variable on PR builds when rendering --- .github/workflows/pr.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a32d6f1..e170eb2 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -44,7 +44,9 @@ jobs: uses: quarto-dev/quarto-actions/render@v2 with: to: html - + env: + QUARTO_JULIA_PROJECT: "@quarto" + - name: Deploy Preview to Netlify as preview id: netlify-deploy uses: nwtgck/actions-netlify@v3 @@ -63,4 +65,4 @@ jobs: enable-commit-comment: false enable-commit-status: true overwrites-pull-request-comment: false - timeout-minutes: 1 \ No newline at end of file + timeout-minutes: 1