Skip to content
Snippets Groups Projects
Commit 7cbd2356 authored by Adam Fekete's avatar Adam Fekete
Browse files

ci/cd + cleanup

parent 30559134
No related branches found
No related tags found
1 merge request!1Draft: Refactor and Update the code
image: pyhton:3.9
pages:
stage: deploy
before_script:
- pip install -r requirement.txt
- pip install -e '.[docs]'
script:
- mkdocs build --site-dir public
artifacts:
paths:
- public
# rules:
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
3.9
{
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
]
}
# Project information
site_name: Atomistic features package
site_url: https://squidfunk.github.io/mkdocs-material/
# Repository
repo_name: atomic-features-package
repo_url: https://gitlab.mpcdf.mpg.de/nomad-lab/ai-toolkit/atomic-features-package
# Configuration
theme:
name: material
icon:
repo: fontawesome/brands/gitlab
# Plugins
plugins:
- search
- mkdocstrings
# Extensions
markdown_extensions:
- pymdownx.snippets
# Page tree
nav:
- Home: index.md
- Getting started: getting_started.md
- Atomic features: atomicfeatures.md
- Metainfo: metainfo.md
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile pyproject.toml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment