Skip to content

Commit

Permalink
[fix] Install R Markdown in Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schoulten committed May 27, 2023
1 parent 72febe0 commit e890e56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Setup up R Markdown
run: |
install.packages("rmarkdown")
shell: Rscript {0}

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit e890e56

Please sign in to comment.