File tree Expand file tree Collapse file tree 1 file changed +1
-39
lines changed Expand file tree Collapse file tree 1 file changed +1
-39
lines changed Original file line number Diff line number Diff line change @@ -112,26 +112,6 @@ services:
112112 domains :
113113 - markdown-wc.opral.com
114114
115- - name : lix-docs
116- type : web
117- runtime : static
118- autoDeploy : true
119- previews :
120- generation : automatic
121- staticPublishPath : ./packages/lix/docs/docs_build
122- buildCommand : pnpm install && pnpm run --filter @lix-js/docs... build
123- buildFilter :
124- paths :
125- - packages/lix/docs/**
126- - packages/lix/sdk/**
127- envVars :
128- - fromGroup : production
129- - key : NODE_VERSION
130- value : 22.11.0
131- domains :
132- - lix.dev
133- - lix.com
134-
135115 - name : prosemirror-example
136116 type : web
137117 runtime : static
@@ -145,22 +125,4 @@ services:
145125 paths :
146126 - packages/lix/plugin-prosemirror/**
147127 envVars :
148- - fromGroup : production
149-
150- - name : lix-html-diff-docs
151- type : web
152- runtime : static
153- autoDeploy : true
154- branch : main
155- previews :
156- generation : automatic
157- staticPublishPath : ./packages/lix/html-diff/docs_build
158- buildCommand : pnpm install && pnpm run --filter @lix-js/html-diff... build
159- buildFilter :
160- paths :
161- - packages/lix/html-diff/**
162- envVars :
163- - fromGroup : production
164- domains :
165- - html-diff.lix.dev
166-
128+ - fromGroup : production
You can’t perform that action at this time.
0 commit comments