Skip to content

Commit 0200d14

Browse files
committed
add a message
1 parent d9b29a8 commit 0200d14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_render.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ formats = c(
33
)
44
# render the book to all formats
55
for (fmt in formats) {
6+
message('Rendering the book to ', fmt)
67
res = bookdown:::Rscript(c(
78
'-e', shQuote(sprintf("bookdown::render_book('index.Rmd', '%s', quiet = TRUE)", fmt))
89
))

0 commit comments

Comments
 (0)