Skip to content

Commit

Permalink
fix rendering file
Browse files Browse the repository at this point in the history
  • Loading branch information
4CCoxAU committed Mar 10, 2024
1 parent abcf2a1 commit aee857d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/render-and-publish.yml
Original file line number Diff line number Diff line change
@@ -15,9 +15,7 @@ jobs:
uses: r-lib/actions/setup-r@v2

- name: Install packages (needed for Rmd)
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite",
"lme4", "afex", "broom.mixed", "faux", "tidyverse", "ggridges", "kableExtra",
"cowplot", "ggrain", "dplyr", "here", "tidyr"))'
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite", "lme4", "afex", "broom.mixed", "faux", "tidyverse", "ggridges", "kableExtra", "cowplot", "ggrain", "dplyr", "here", "tidyr"))'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

0 comments on commit aee857d

Please sign in to comment.