From 04d2eebbef5dc688e3d79b496bcf2609e7800692 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 6 Oct 2020 16:59:22 -0500 Subject: [PATCH] Get more info --- .github/workflows/build_book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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