Skip to content

Commit

Permalink
GHA: Avoid starting chromium in render step
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Aug 29, 2024
1 parent cbacfc4 commit 34e2d17
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
- name: Install R packages
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "ggplot2"))'
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
path: docs
env:
QUARTO_PRINT_STACK: true
run: |
quarto render docs
echo "QUARTO_OUTPUT=_site" >> $GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 34e2d17

Please sign in to comment.