Skip to content

Commit

Permalink
adding doc generation to ga
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 17, 2024
1 parent 2dde376 commit 70379b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publishdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Install the required python packages
run: python -m pip install linkml mkdocs-material mkdocs-mermaid2-plugin

- name: Other installations
run: |
sudo apt-get update
sudo apt-get install -y build-essential git wget curl
- name: Generating docs
run: |
gen-doc -d docs linkml-schema/library_generation.yaml
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit 70379b1

Please sign in to comment.