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
|
||||
|
||||
stages:
|
||||
- test
|
||||
- tests
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
pagestests:
|
||||
stage: tests
|
||||
script:
|
||||
- mkdocs build --strict --verbose --site-dir test
|
||||
artifacts:
|
||||
paths:
|
||||
- test
|
||||
except:
|
||||
- master
|
||||
|
||||
- development
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
@ -25,4 +24,4 @@ pages:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- development
|
||||
|
@ -2,3 +2,9 @@ site_name: "CACmb: The Concurrent Atomistic Continuum Model Builder"
|
||||
site_url: https://aselimov.gitlab.io/cacmb
|
||||
site_dir: public
|
||||
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