Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datamodel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fs-ec
scicat
datamodel
Commits
1f69cfd5
Commit
1f69cfd5
authored
6 months ago
by
Anjali Aggarwal
Browse files
Options
Downloads
Patches
Plain Diff
added json schema in publish
parent
85149809
No related branches found
Branches containing commit
No related tags found
1 merge request
!16
Resolve "XAS catalysis"
Pipeline
#130055
failed
6 months ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-3
11 additions, 3 deletions
.gitlab-ci.yml
scripts/gen_allformat.py
+0
-0
0 additions, 0 deletions
scripts/gen_allformat.py
with
11 additions
and
3 deletions
.gitlab-ci.yml
+
11
−
3
View file @
1f69cfd5
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
scripts/
convert_yamlschema_to
_all
_
format
s
.py
→
scripts/
gen
_allformat.py
+
0
−
0
View file @
1f69cfd5
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment