Merge branch 'development' of gitlab.com:aselimov/cacmb into development
This commit is contained in:
commit
3ad5e0f5e6
@ -4,19 +4,18 @@ before_script:
|
|||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- tests
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
test:
|
pagestests:
|
||||||
stage: test
|
stage: tests
|
||||||
script:
|
script:
|
||||||
- mkdocs build --strict --verbose --site-dir test
|
- mkdocs build --strict --verbose --site-dir test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test
|
- test
|
||||||
except:
|
except:
|
||||||
- master
|
- development
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
@ -25,4 +24,4 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- development
|
||||||
|
@ -2,3 +2,9 @@ site_name: "CACmb: The Concurrent Atomistic Continuum Model Builder"
|
|||||||
site_url: https://aselimov.gitlab.io/cacmb
|
site_url: https://aselimov.gitlab.io/cacmb
|
||||||
site_dir: public
|
site_dir: public
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
|
||||||
|
use_directory_urls: false
|
||||||
|
|
||||||
|
extra_javascript:
|
||||||
|
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user