Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Sep 21, 2024
1 parent b4524a3 commit debcc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:

- name: Build HTML book
run: |
R -e 'bookdown::render_book("index.Rmd", "bookdown::bs4_book", output_dir = "docs", quiet = TRUE)'
R -e 'bookdown::render_book("index.Rmd", "bookdown::bs4_book", output_dir = "docs")'
shell: Rscript {0}

- name: Build PDF book
run: |
R -e 'bookdown::render_book("index.Rmd", "bookdown::pdf_book", quiet = TRUE)'
R -e 'bookdown::render_book("index.Rmd", "bookdown::pdf_book", output_dir = "docs")'
shell: Rscript {0}

# Deploy HTML to GitHub Pages if on main or master branch
Expand Down
Binary file modified images/patchwork_boxplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit debcc70

Please sign in to comment.