Skip to content
Snippets Groups Projects
Commit 719d7ab8 authored by florian's avatar florian
Browse files

WIP: Pipeline

parent 43f3862c
No related branches found
No related tags found
2 merge requests!77REL: prepare release 0.8.0,!74ENH: Use debian 11 in pipeline
Pipeline #24083 passed
......@@ -108,6 +108,7 @@ pages_prepare: &pages_prepare
stage: deploy
only:
refs:
- f-debian11-in-pipeline
- /^release-.*$/i
script:
- npm install jsdoc
......
......@@ -17,6 +17,6 @@ RUN pip3 install caosdb>=0.7.4
RUN pip3 install pandas
RUN pip3 install git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
# For automatic documentation
RUN npm install -g jsdoc
RUN npm install -g jsdoc-sphinx
# RUN npm install -g jsdoc
# RUN npm install -g jsdoc-sphinx
RUN pip3 install sphinx-js sphinx-autoapi recommonmark sphinx-rtd-theme
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