File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343 run : Rscript -e 'options(knitr.duplicate.label = "allow");bookdown::render_book("index.Rmd", quiet = TRUE)'
4444
4545 - name : Render book PDF
46- run : Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::pdf_book", output_dir = "pdfbook")'
46+ run : Rscript -e 'options(knitr.duplicate.label = "allow"); bookdown::render_book("index.Rmd", "bookdown::pdf_book", output_dir = "pdfbook")'
4747
4848 - name : Render book EPUB
49- run : Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::epub_book", output_dir = "epubbook")'
49+ run : Rscript -e 'options(knitr.duplicate.label = "allow"); bookdown::render_book("index.Rmd", "bookdown::epub_book", output_dir = "epubbook")'
5050
5151 - name : Move files around
5252 run : Rscript -e 'file.copy(from = "pdfbook/_main.pdf", to = "docs/main.pdf")' -e 'file.copy(from = "epubbook/_main.epub", to = "docs/main.epub")'
You can’t perform that action at this time.
0 commit comments