Skip to content

Commit

Permalink
Merge pull request #135 from psychoinformatics-de/ddist
Browse files Browse the repository at this point in the history
Also deploy the schema sources on the website
  • Loading branch information
mih authored Mar 29, 2024
2 parents 8d3cc52 + c3f4172 commit ce6b6c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ build/linkml-docs/%: src/linkml/schemas/%.yaml src/extra-docs/%-schema
--example-directory src/examples/$* \
-d $$OUTDIR \
$< \
&& (cp -r src/extra-docs/$*-schema/*.md $$OUTDIR || true)
&& (cp -r src/extra-docs/$*-schema/*.md $$OUTDIR || true) \
&& cp $< $${OUTDIR}.yaml
# try to inject any extra-docs (if any exist)

build/mkdocs-site: build/linkml-docs src/extra-docs/*.md
Expand Down

0 comments on commit ce6b6c7

Please sign in to comment.