Skip to content

Commit 263ff62

Browse files
committed
fix(generator): add config.json in .openapi-docs/
1 parent a54ba34 commit 263ff62

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
submodules: recursive
1818

19-
- name: Update Assembly Version
19+
- name: Generate files and update Assembly Version
2020
shell: bash
2121
run: |
2222
cd ./.generator/SchemaGenerator

.openapi-docs/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"sdkName": "DragonflySchema",
3+
"moduleName":"dragonfly_schema",
4+
"baseURL": "https://www.ladybug.tools/dragonfly-schema",
5+
"files":[
6+
"model_inheritance.json",
7+
"model_mapper.json"
8+
]
9+
10+
}

0 commit comments

Comments
 (0)