Skip to content
Snippets Groups Projects
Commit 1ed5ae89 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix build rmd command for site.

parent a378319a
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ tmpfile=$(mktemp /tmp/r_extract_project.XXXXXX.r) ...@@ -21,7 +21,7 @@ tmpfile=$(mktemp /tmp/r_extract_project.XXXXXX.r)
echo " * Rendering website in [${pwd}]." echo " * Rendering website in [${pwd}]."
cat <<EOF > $tmpfile cat <<EOF > $tmpfile
require('blogdown') require('blogdown')
blogdown::build_site(); blogdown::build_site(build_rmd=T);
EOF EOF
if [ "$verbose" -eq 1 ]; then if [ "$verbose" -eq 1 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment