diff --git a/.github/workflows/build_book.yaml b/.github/workflows/build_book.yaml index 3e4c4c1..53c61e3 100644 --- a/.github/workflows/build_book.yaml +++ b/.github/workflows/build_book.yaml @@ -63,7 +63,7 @@ jobs: # Allows [implcit heading links] to work; will need to convert # to explicit before switching to visual editor options(bookdown.render.file_scope = FALSE) - bookdown::render_book("index.Rmd", quiet = TRUE) + bookdown::render_book("index.Rmd") shell: Rscript {0} - name: Deploy to Netlify