Skip to content

Commit 65f2455

Browse files
committed
Generate tested docs examples
1 parent 8de7254 commit 65f2455

9 files changed

Lines changed: 952 additions & 82 deletions

File tree

.github/workflows/generated-docs-sync.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ on:
77
paths:
88
- 'src/datamodel_code_generator/**'
99
- 'tests/main/**'
10+
- 'tests/data/openapi/**'
11+
- 'tests/data/jsonschema/**'
12+
- 'tests/data/expected/main/openapi/**'
13+
- 'tests/data/expected/main/jsonschema/**'
1014
- 'tests/data/jsonschema/tutorial_pet.json'
1115
- 'tests/test_main_kr.py'
1216
- 'scripts/build_cli_docs.py'
1317
- 'scripts/build_prompt_data.py'
1418
- 'scripts/build_preset_docs.py'
1519
- 'scripts/build_schema_docs.py'
20+
- 'scripts/build_docs_examples.py'
1621
- 'scripts/build_conformance_docs.py'
1722
- 'scripts/build_architecture_docs.py'
1823
- 'scripts/build_release_benchmark_docs.py'
@@ -68,6 +73,8 @@ jobs:
6873
generated_paths=(
6974
README.md
7075
docs/index.md
76+
docs/model-reuse.md
77+
docs/openapi.md
7178
docs/presets.md
7279
docs/conformance.md
7380
docs/architecture.md

0 commit comments

Comments
 (0)