Skip to content

Commit

Permalink
fix: install rmarkdown in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Nov 25, 2024
1 parent 9947fb3 commit b675163
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: install.packages("openxlsx2")
shell: Rscript {0}

- name: Install rmarkdown
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 b675163

Please sign in to comment.