Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(gitlabr)
## -----------------------------------------------------------------------------
# Templates available
list.files(system.file("gitlab-ci", package = "gitlabr"))
## ----eval=FALSE---------------------------------------------------------------
# # Create a .gitlab-ci.yml file with the template
# gitlabr::use_gitlab_ci(template = "check-coverage-pkgdown")
## ----eval=FALSE---------------------------------------------------------------
# # Create a .gitlab-ci.yml file with the template
# gitlabr::use_gitlab_ci(template = "bookdown")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.