#' Test whether the runtime is GitHub actions
#'
#' @export
#'
#' @family helpers
is_github_actions <- function() {
fs::file_exists("/github/workflow/event.json")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.