Skip to content

Commit

Permalink
Fix Quarto env variable on PR builds when rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Sep 22, 2024
1 parent e0d39ed commit 738c245
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -63,4 +65,4 @@ jobs:
enable-commit-comment: false
enable-commit-status: true
overwrites-pull-request-comment: false
timeout-minutes: 1
timeout-minutes: 1

0 comments on commit 738c245

Please sign in to comment.