RepositoryPagesSource

data class RepositoryPagesSource(val branch: String, val path: String? = null)

Constructors

Link copied to clipboard
constructor(branch: String, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The repository branch used to publish the site's source files. (i.e. main or gh-pages.

Link copied to clipboard
val path: String? = null

The repository directory from which the site publishes (Default: /).