Skip to content

Commit

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

0 comments on commit bd54ce1

Please sign in to comment.