Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d9092f7

Browse files
author
Raphael Sonabend
authored
Update pkgdown.yml
1 parent 2fecc42 commit d9092f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
remotes::install_deps(dependencies = TRUE)
36-
install.packages("pkgdown", "textshaping")
36+
install.packages(c("pkgdown", "textshaping"))
3737
shell: Rscript {0}
3838

3939
- name: Install package

0 commit comments

Comments
 (0)