FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e02187fb authored by L. Bower's avatar L. Bower
Browse files

building coordinator docs on gitlab

parent 27f87c89
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,6 @@ stages:
- source /storage/app/miniconda3/bin/activate /storage/app/EWS_prod/envs/conda/py3EWS/
- pip install coverage
- pip install sphinx
- pip install nbsphinx
- python3 -V # Print out python version for debugging
- mkdir $PACKAGES_DIR
- mkdir -p $OUTPUT_DIR
......@@ -288,6 +286,7 @@ pages:
script:
- echo "hello"
- cd $CI_PROJECT_DIR/docs
- pip install sphinx
- make html
- mkdir $CI_PROJECT_DIR/public
- mv -rv $CI_PROJECT_DIR/docs/_build/html/* $CI_PROJECT_DIR/public/
......
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