From 502a47e65924a32851cc56743f1aa924b6877b2c Mon Sep 17 00:00:00 2001 From: madanucd Date: Wed, 2 Apr 2025 11:34:55 -0400 Subject: [PATCH] erdiagram into docs --- .github/workflows/deploy-docs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 9b10a5b0..dea0416b 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -23,14 +23,11 @@ jobs: - name: Install dependencies. run: poetry install -E docs - - name: Generate ER Diagram. - run: | - poetry run gen-erdiagram src/linkml/include_schema.yaml > src/docs/erdiagram.md - - name: Build documentation. run: | mkdir -p docs touch docs/.nojekyll cp src/docs/*md docs + poetry run gen-erdiagram src/linkml/include_schema.yaml > docs/erdiagram.md poetry run gen-doc -d docs --template-directory src/doc_templates src/linkml/include_schema.yaml poetry run mkdocs gh-deploy \ No newline at end of file