File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export type RepositoryConfiguration = {
51
51
} ;
52
52
53
53
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 ;
55
55
} = {
56
56
AlgoliaWeb : {
57
57
baseBranch : 'develop' ,
@@ -81,30 +81,6 @@ export const pushToRepositoryConfiguration: {
81
81
} ,
82
82
] ,
83
83
} ,
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
- } ,
108
84
'docs-new' : {
109
85
baseBranch : 'main' ,
110
86
tasks : [
You can’t perform that action at this time.
0 commit comments