Skip to content

Commit a4e5450

Browse files
installing pkgdown dependencies in GA workflow
1 parent 42c6411 commit a4e5450

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
remotes::install_deps(dependencies = TRUE)
42-
install.packages("pkgdown")
42+
install.packages("pkgdown", dependencies = TRUE)
4343
shell: Rscript {0}
4444

4545
- name: Install package

0 commit comments

Comments
 (0)