View source: R/tic_check_links.R
Check links on Travis
Supports only Jekyll-based sites for now
1 2 3 4 5 6 7 8 9 | check_jekyll_links(
site_root = ".",
jekyll_port = "4000",
ruby_cmd = NULL,
timeout = 1000,
verbose = TRUE,
use_bundle = TRUE,
...
)
|
site_root |
path for the site |
jekyll_port |
which port to use |
ruby_cmd |
ruby environment command that preceeds the call (e.g., 'rvm 2.5.8 do') |
timeout |
how long to wait for jekyll to sucessfully build the site (in seconds) |
verbose |
should information about progress of the jekyll build be displayed? |
... |
additional arguments to be passed to check_links |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.