Skip to content

Commit

Permalink
turn off gh-pages plugin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed May 25, 2021
1 parent 90e2e20 commit d90738e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions auto.config.ts
Expand Up @@ -2,7 +2,7 @@ import { AutoRc } from "./packages/core";

import { INpmConfig } from "./plugins/npm";
import { IBrewPluginOptions } from "./plugins/brew";
import { IGhPagesPluginOptions } from "./plugins/gh-pages";
// import { IGhPagesPluginOptions } from "./plugins/gh-pages";
import { IAllContributorsPluginOptions } from "./plugins/all-contributors";

const npmOptions: INpmConfig = {
Expand All @@ -22,10 +22,11 @@ const brewOptions: IBrewPluginOptions = {
name: "auto",
};

const ghPagesOptions: IGhPagesPluginOptions = {
buildCommand: "yarn docs:build",
dir: "docs/out",
};
// const ghPagesOptions: IGhPagesPluginOptions = {
// buildCommand: "yarn docs:build",
// dir: "docs/out",
// };
//

/** Auto configuration */
export default function rc(): AutoRc {
Expand All @@ -46,7 +47,7 @@ export default function rc(): AutoRc {
"./scripts/auto-update-curl-version.js",
["all-contributors", allContributorsOptions],
["brew", brewOptions],
["gh-pages", ghPagesOptions],
// ["gh-pages", ghPagesOptions],
],
labels: [
{
Expand Down

0 comments on commit d90738e

Please sign in to comment.