check_jekyll_links: Check links on Travis Supports only Jekyll-based sites for...

Description Usage Arguments

View source: R/tic_check_links.R

Description

Check links on Travis

Supports only Jekyll-based sites for now

Usage

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,
  ...
)

Arguments

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


fmichonneau/checker documentation built on July 3, 2020, 3:13 a.m.