Backstage
    Preparing search index...
    • Creates a new action that enables GitHub Pages for a repository.

      Parameters

      Returns TemplateAction<
          {
              buildType?: "legacy"
              | "workflow";
              repoUrl: string;
              sourceBranch?: string;
              sourcePath?: "/" | "/docs";
              token?: string;
          },
          { [key: string]: any },
          "v2",
      >