Skip to content

Commit e36173d

Browse files
authored
chore: remove push to doc repository (#5390)
1 parent 0e447d0 commit e36173d

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

scripts/ci/codegen/types.ts

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type RepositoryConfiguration = {
5151
};
5252

5353
export const pushToRepositoryConfiguration: {
54-
[k in 'AlgoliaWeb' | 'doc' | 'mcp-node' | 'docs-new' | 'n8n-nodes-algolia']: RepositoryConfiguration;
54+
[k in 'AlgoliaWeb' | 'mcp-node' | 'docs-new' | 'n8n-nodes-algolia']: RepositoryConfiguration;
5555
} = {
5656
AlgoliaWeb: {
5757
baseBranch: 'develop',
@@ -81,30 +81,6 @@ export const pushToRepositoryConfiguration: {
8181
},
8282
],
8383
},
84-
doc: {
85-
baseBranch: 'master',
86-
tasks: [
87-
{
88-
prBranch: 'feat/automated-update-for-specs',
89-
commitMessage: 'feat: update specs and supported versions',
90-
files: {
91-
type: 'specs',
92-
ext: 'yml',
93-
output: 'app_data/api/specs',
94-
includeSnippets: true,
95-
includeSLA: true,
96-
},
97-
},
98-
{
99-
prBranch: 'feat/automated-update-for-guides',
100-
commitMessage: 'feat: update generated guides',
101-
files: {
102-
type: 'guides',
103-
output: 'app_data/api/specs/guides.json',
104-
},
105-
},
106-
],
107-
},
10884
'docs-new': {
10985
baseBranch: 'main',
11086
tasks: [

0 commit comments

Comments
 (0)