Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/cell_taxonomy_generate_other_formats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: generating other formats for cell_taxonomy

on:
pull_request_target:
types: [opened, synchronize]
paths:
- 'linkml-schema/cell_taxonomy.yaml'
- 'linkml-schema/bican_biolink.yaml'
- 'linkml-schema/bican_prov.yaml'
- 'linkml-schema/bican_core.yaml'
- 'linkml-schema/genome_annotation.yaml'
- 'linkml-schema/anatomical_structure.yaml'


permissions:
contents: write
pull-requests: write


jobs:
generate_from_reusable:
uses: brain-bican/models/.github/workflows/reusable-generate_other_formats.yaml@main
with:
model_name: cell_taxonomy
3 changes: 3 additions & 0 deletions .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cp erdiagram-autogen/library_generation.md docs/library_generation.md
cp erdiagram-autogen/assertion_evidence.md docs/assertion_evidence.md
cp erdiagram-autogen/bke_taxonomy.md docs/bke_taxonomy.md
cp erdiagram-autogen/cell_taxonomy.md docs/cell_taxonomy.md
gen-doc -d docs linkml-schema/library_generation.yaml
mv docs/index.md docs/index_library_generation.md
gen-doc -d docs linkml-schema/anatomical_structure.yaml
Expand All @@ -48,6 +49,8 @@ jobs:
mv docs/index.md docs/index_assertion_evidence.md
gen-doc -d docs linkml-schema/bke_taxonomy.yaml
mv docs/index.md docs/index_bke_taxonomy.md
gen-doc -d docs linkml-schema/cell_taxonomy.yaml
mv docs/index.md docs/index_cell_taxonomy.md
mv docs/index_main.md docs/index.md


Expand Down
Loading
Loading