Skip to content

Commit

Permalink
Simplify GitHub Action for rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Jul 8, 2024
1 parent bee8ca9 commit 026b6c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
# version: 0.9.600

- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: knitr, rmarkdown, quarto, stringr, purrr
packages: knitr, stringr, purrr

- name: Render PDF
run: |
quarto::quarto_render("_make_pdf.qmd")
shell: Rscript {0}
run: quarto render _make_pdf.qmd

- name: Commit files
run: |
Expand Down

0 comments on commit 026b6c1

Please sign in to comment.