Skip to content
Snippets Groups Projects
Commit 1c6c171a authored by Anjali Aggarwal's avatar Anjali Aggarwal
Browse files

pip line fixed

parent a5ef6610
No related branches found
No related tags found
1 merge request!12Resolve "Todo list for April"
Pipeline #114583 passed
image: linkml/linkml:1.7
image: linkml/linkml:latest
stages:
- lint
- validate
......@@ -34,14 +34,22 @@ json-schema:
name: "json-schemas"
paths:
- "*.json"
gen_docs:
stage: build-docs
script:
- ./scripts/gen_doc.sh
artifacts:
paths:
- "docs/"
#Stage - build docs
build_docs:
build_docs:
image: squidfunk/mkdocs-material
stage: build-docs
before_script:
- pip install mkdocs mkdocs-material mkdocs-mermaid2-plugin
needs: [gen_docs]
before_script:
- pip install mkdocs-mermaid2-plugin
script:
- ./scripts/gen_doc.sh
- mkdocs build -d build
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment