Skip to content

Commit

Permalink
Merge pull request #26 from djarecka/new_table
Browse files Browse the repository at this point in the history
fixing ga workflow and imports in the model
  • Loading branch information
djarecka authored Mar 20, 2024
2 parents 3cd9093 + be32617 commit ac41c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir docs
touch docs/.nojekyll
cp -r src/docs/* docs/
gen-doc -d docs linkml-schema/kbmodel.yaml
gen-doc -d docs linkml-schema/purple_boxes.yaml
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion linkml-schema/purple_boxes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: kb-model
id: https://identifiers.org/brain-bican/kb-model
imports:
- linkml:types
- bican_biolink
prefixes:
linkml: https://w3id.org/linkml/
biolink: https://w3id.org/biolink/
bican: https://identifiers.org/brain-bican/vocab/
spdx: http://spdx.org/rdf/terms#
schema: http://schema.org/
Expand Down

0 comments on commit ac41c0c

Please sign in to comment.