Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josschavezf committed Oct 29, 2024
1 parent c42bfdc commit 1f5f20d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
run: |
Rscript -e "install.packages('cowplot')"
- name: Install BiocManager
run: |
Rscript -e "install.packages('BiocManager')"
- name: Install ComplexHeatmap
run: |
Rscript -e "BiocManager::install('ComplexHeatmap')"
- name: Render book
run: |
Rscript -e "bookdown::render_book()"
Expand Down

0 comments on commit 1f5f20d

Please sign in to comment.