
Setup GitHub Actions to build and deploy package website
Source:R/add_github_actions_pkgdown.R
add_github_actions_pkgdown.RdThis function creates a configuration file (.yaml) to setup GitHub Actions
to automatically build and deploy the website using
pkgdown. This workflow is derived
from https://github.com/r-lib/actions/tree/v2-branch/examples.
This file will be written as .github/workflows/pkgdown.yaml.
An additional empty file (_pkgdown.yaml) will also be written: it can be
used to customize the website.