Skip to content

Commit

Permalink
Merge pull request #1300 from biolink/1262
Browse files Browse the repository at this point in the history
update doc links, copy biolink-model.yaml into the docs dir, copy predicate map into docs dir.
  • Loading branch information
sierra-moxon authored Apr 27, 2023
2 parents a93a19e + b0a51da commit 32d846f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
run: |
source env/bin/activate
python script/jekyllmarkdowngen.py --yaml biolink-model.yaml --dir docs
cp biolink-model.yaml docs
cp predicate-mapping.yaml docs

- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/regenerate-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
run: |
poetry install
poetry run python script/jekyllmarkdowngen.py --yaml biolink-model.yaml --dir docs
cp biolink-model.yaml docs
cp predicate-mapping.yaml docs


- name: Deploy to gh-pages branch
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down
2 changes: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prefixes:
AGRKB: 'https://www.alliancegenome.org/'
apollo: 'https://github.com/GMOD/Apollo'
AspGD: 'http://www.aspergillusgenome.org/cgi-bin/locus.pl?dbid='
biolink: 'https://w3id.org/biolink/'
biolink: 'https://w3id.org/biolink/vocab/'
bioschemas: 'https://bioschemas.org/'
linkml: 'https://w3id.org/linkml/'
CAID: 'http://reg.clinicalgenome.org/redmine/projects/registry/genboree_registry/by_caid?caid='
Expand Down

0 comments on commit 32d846f

Please sign in to comment.