Skip to content

Commit

Permalink
Merge pull request #131 from js2264/hotfix_quarto
Browse files Browse the repository at this point in the history
Install quarto >= 1.5 to allow rendering qmd vignettes
  • Loading branch information
bschilder authored Dec 18, 2024
2 parents 1908435 + 3843ea8 commit 2536697
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,18 @@ runs:
install.packages("pkgdown")
shell: Rscript {0}

- name: 🛠 Install gh cli and jq
if: inputs.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
sudo apt-get install -y gh jq
shell: bash {0}

- name: 🛠 Update quarto to latest release
if: inputs.run_pkgdown == 'true' && runner.os == 'Linux'
uses: quarto-dev/quarto-actions/setup@v2
with:
version: release

- name: ℹ️ Session info ️
run: |
options(width = 100, crayon.enabled = TRUE)
Expand Down

0 comments on commit 2536697

Please sign in to comment.