use_qrtdown_github_pages

< Back to Reference | View source

use_qrtdown_github_pages()

Set up qrtdown with GitHub Pages

Usage

use_qrtdown_github_pages(pkg = ".")

Arguments

Argument Description
pkg Path to the package root directory

Value

Invisibly returns the path to the created workflow file

Description

Sets up qrtdown with GitHub Actions for automatic deployment to GitHub Pages. Creates the necessary workflow file and configures the repository. This is analogous to usethis::use_pkgdown_github_pages().

Examples

## Not run: 
use_qrtdown_github_pages()

## End(Not run)