Skip to content

Commit

Permalink
ci: install rmarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 26, 2023
1 parent daa5775 commit d781809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install R packages
shell: Rscript {0}
run: |
install.packages(c('dplyr', 'glue', 'here', 'knitr', 'tidyr', 'yaml'))
install.packages(c('dplyr', 'glue', 'here', 'knitr', 'rmarkdown', 'tidyr', 'yaml'))
- name: prerender
run: |
Expand Down

0 comments on commit d781809

Please sign in to comment.