File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sed -n -i "/# Welcome/q;p" index.Rmd
12
12
sed -i " /graphic\.jpg/d" index.Rmd
13
13
14
14
# # Build the book with bookdown
15
- docker run --rm -m 8g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:20230713003917cedcac /bin/bash -c " cd /home/rstudio/introduction-to-datascience; Rscript -e 'bookdown::render_book(\" index.Rmd\" , \" bookdown::pdf_book\" ); warnings(); problems()'"
15
+ docker run --rm -m 8g -v $( pwd) :/home/rstudio/introduction-to-datascience ubcdsci/intro-to-ds:202307130106229dd1c2 /bin/bash -c " cd /home/rstudio/introduction-to-datascience; Rscript -e 'bookdown::render_book(\" index.Rmd\" , \" bookdown::pdf_book\" ); warnings(); problems()'"
16
16
17
17
# restore the backed up full index.Rmd
18
18
mv index_backup.Rmd index.Rmd
You can’t perform that action at this time.
0 commit comments