Skip to content

Commit d85a5c5

Browse files
Update pkgdown.yaml
Try to fix the [bug](krassowski/complex-upset#195)
1 parent 2d34ebd commit d85a5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: sudo apt-get install ncbi-blast+
3636

3737
- name: Install R packages not in DESCRIPTION
38-
run: Rscript -e 'pak::pkg_install(c("datawizard", "formattable", "ggforce", "ggtree", "gtExtras", "MicrobiotaProcess", "pillar", "pointblank", "summarytools", "svglite", "tidytree", "treeio"))'
38+
run: Rscript -e 'pak::pkg_install(c("datawizard", "formattable", "ggplot2", "ComplexUpset", "ggforce", "ggtree", "gtExtras", "MicrobiotaProcess", "pillar", "pointblank", "summarytools", "svglite", "tidytree", "treeio"), ask = FALSE, upgrade=TRUE)'
3939

4040
- name: Build site
4141
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, clean = TRUE)

0 commit comments

Comments
 (0)