feat: Add exclude_assets option (#416)

Related to #163
This commit is contained in:
Shohei Ueda
2020-07-25 20:52:35 +09:00
committed by GitHub
parent 2046290e2b
commit 0f5c65e140
6 changed files with 32 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ export interface Inputs {
readonly TagMessage: string;
readonly DisableNoJekyll: boolean;
readonly CNAME: string;
readonly ExcludeAssets: string;
}
export interface CmdResult {