0.0.2 • Published 3 years ago

@lekoleko/reg-publish-github-pages-plugin v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

reg-publish-github-pages-plugin

A reg-suit plugin to fetch and publish assets to the GitHub pages.

Install

npm i -D reg-publish-github-pages-plugin
reg-suit prepare -p publish-github-pages

Setup

You need to configure GitHub pages before using this plugin.
See the official documentation

Configure

{
  repository: string;
  branchName: string;
  token: string;
  customDomain?: string;
  pathPrefix?: string;
}
  • repository - Required - A repository name in the form of owner/name such as Leko/reg-publish-github-pages-plugin.
  • branchName - Required - A branch name for the GitHub pages.
  • token - Required - A GitHub token. You can pass the value via Embed environment values
  • customDomain - Optional - A custom domain when you set it to the GitHub pages.
  • pathPrefix - Optional - Specify paths. For example, when you set some_dir as this property, this plugin will publish with URL such as https://{TODO}/some_dir/index.html.