actions-marketplace-validations/GitHub Pages Publisher

Deploys already generated static pages to GitHub Pages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cnameIf set, create a `CNAME` file with the provided value.no
defaultBranchThe default branch name for the repository, defaults to `master` for backwards-compatiblity reasons. Version 2.x will likely default to `main`.no
docsPathThe folder where the generated docs are located, defaults to `docs`.no
gitCommitEmailThe email to use when committing to the repository, defaults to the repository owner's fake GitHub email.no""
gitCommitFlagsAny extra `git commit` flags to pass, such as `--no-verify`.no""
gitCommitMessageThe commit message to use when creating/updating the GitHub Pages branch.noPublish
gitCommitUserThe value to set `git config user.name`, defaults to the repository owner.no
noCommitIf set, stage changes but do not commit them, defaults to `false`.no
publishBranchThe branch name that GitHub Pages uses to build the website, defaults to `gh-pages`.no
redirectURLSuffixThe path suffix for the redirect URL used in `index.html`, when `versionDocs` is `true`.no
showUnderscoreFilesIf set, adds a `.nojekyll` file to the root so files that start with `_` are accessible.no
versionDocsIf set, put docs for all branches and tags in their own subfolders, defaults to `false`.no

no outputs