Skip to content

Commit

Permalink
Trying again...
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Sep 21, 2024
1 parent 1eca08a commit f5da5f7
Showing 1 changed file 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")'
R -e 'bookdown::render_book(\"index.Rmd\", \"bookdown::bs4_book\")'
shell: Rscript {0}

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

# Deploy HTML to GitHub Pages if on main or master branch
Expand Down

0 comments on commit f5da5f7

Please sign in to comment.