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

added json schema in publish

parent 85149809
No related branches found
No related tags found
1 merge request!16Resolve "XAS catalysis"
Pipeline #130055 failed
......@@ -43,18 +43,26 @@ gen_docs:
- "docs/"
#Stage - build docs
build_docs:
build_html:
image: squidfunk/mkdocs-material
stage: build-docs
needs: [gen_docs]
before_script:
- pip install mkdocs-mermaid2-plugin
script:
- mkdocs build -d build
- mkdocs build -d build/html
artifacts:
paths:
- "build/"
- "build/html"
build_jsonld:
stage: build-docs
needs: [gen_docs]
script:
- python script/gen_allformat.py -i ./schema/beamline_p65.yaml -o build/beamline_p65.json
artifacts:
paths:
- "build"
pages:
stage: deploy
dependencies:
......
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