Skip to content

Commit

Permalink
Merge pull request #104 from jhollway/develop
Browse files Browse the repository at this point in the history
Fixed typo in PushRelease workflow
  • Loading branch information
BBieri authored Aug 24, 2021
2 parents 523b612 + 843bd55 commit 35c73a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pushrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
remotes::install_github("gadenbuie/xaringanExtra")
remotes::install_github("mitchelloharawild/icons")
remotes::install_github("ropensci/RefManageR")
utils::install_packages("modelsummary")
utils::install_packages("kableExtra")
utils::install_packages("gt")
utils::install.packages("modelsummary")
utils::install.packages("kableExtra")
utils::install.packages("gt")
shell: Rscript {0}

- name: Render output samples
Expand Down

0 comments on commit 35c73a4

Please sign in to comment.