Skip to content

Commit 305b977

Browse files
Install pkgdown-only deps
1 parent 5274088 commit 305b977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38-
remotes::install_deps(dependencies = TRUE, type = "binary")
38+
remotes::install_deps(dependencies = c("all", "Config/Needs/website"), type = "binary")
3939
remotes::install_github("tidyverse/tidytemplate", type = "binary")
4040
remotes::install_dev("pkgdown", type = "binary")
4141
shell: Rscript {0}

0 commit comments

Comments
 (0)