Description Usage Arguments Details
This workflow renders some Rmarkdown via its (custom) site generator and deploys the result. Suitable for:
Blogdown websites (experimental)
1 2 3 4 5 |
name |
|
deploy |
|
on |
|
rmarkdown::render_site()
returns the directory to which outputs have been rendered.
This workflow saves that directory in the environment variable DEPLOY_PATH
, which is the default expected by ghpages()
and other deployment methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.