Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Feb 20, 2024
1 parent 5d7f7de commit 7cd30dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("ggplot2", "readr", "dplyr", "countdown"))
install.packages(c("ggplot2", "readr", "dplyr", "countdown", "rmarkdown", "knitr"))
shell: Rscript {0}

- name: Render and Publish
Expand Down

0 comments on commit 7cd30dc

Please sign in to comment.