Skip to content
Snippets Groups Projects
Commit 6763e9ea authored by James Kennington's avatar James Kennington
Browse files

remove spaces

parent a6302a04
No related branches found
No related tags found
1 merge request!70Add docs for contribution workflow and local development env
Pipeline #270227 canceled
......@@ -448,26 +448,15 @@ docs:
before_script: [ ]
script:
- |
# Switch to bash
SHELL ["/bin/bash", "-c"]
# install tex dependencies
apt-get update -y
apt-get install -y dvipng texlive-latex-base texlive-latex-extra
# Install conda-flow
conda activate base
pip install conda-flow
# Build docs env
conda-flow activate -n gstlal-docs -c gstlal/share/conda/conda-flow.yml
conda activate gstlal-docs
# build docs
mkdir -p docs/
cd doc; make html IS_CI=1
# save doc artifacts
cd ..; cp -rf doc/_build/* docs/
needs:
- docker:conda
......
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