We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5274088 commit 305b977Copy full SHA for 305b977
.github/workflows/pkgdown.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
run: |
38
- remotes::install_deps(dependencies = TRUE, type = "binary")
+ remotes::install_deps(dependencies = c("all", "Config/Needs/website"), type = "binary")
39
remotes::install_github("tidyverse/tidytemplate", type = "binary")
40
remotes::install_dev("pkgdown", type = "binary")
41
shell: Rscript {0}
0 commit comments