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 = {
5151} ;
5252
5353export 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 : [
You can’t perform that action at this time.
0 commit comments