Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
Try to fix the [bug](krassowski/complex-upset#195)
  • Loading branch information
adrientaudiere authored Apr 17, 2024
1 parent 2d34ebd commit d85a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get install ncbi-blast+

- name: Install R packages not in DESCRIPTION
run: Rscript -e 'pak::pkg_install(c("datawizard", "formattable", "ggforce", "ggtree", "gtExtras", "MicrobiotaProcess", "pillar", "pointblank", "summarytools", "svglite", "tidytree", "treeio"))'
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)'

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

0 comments on commit d85a5c5

Please sign in to comment.