Skip to content

Commit

Permalink
try to fix breaking pkgdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Feb 15, 2021
1 parent c73e32d commit 8f3da69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_deps(dependencies = TRUE, type = "binary")
install.packages(c("pkgdown", "tidyverse", "ggrepel", "ggimage", "knitr", "tictoc", "glue", "DBI", "RSQLite"), type = "binary")
shell: Rscript {0}

Expand Down

0 comments on commit 8f3da69

Please sign in to comment.