Skip to content
Snippets Groups Projects
Commit d71ae771 authored by Philippe Ruiz's avatar Philippe Ruiz
Browse files

Revert "mend"

This reverts commit c8ada96c.
parent 42f81a02
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ stages:
build_docs:
stage: build_docs
image: python:3.8.10-slim
rules:
- if: "$CI_COMMIT_TAG == null"
......@@ -21,15 +21,15 @@ build_docs:
IMAGE_LABEL: "$CI_COMMIT_TAG" # at the job level.
when: always
stage: build_docs
script:
- apt-get update && apt-get install -y git
- pip install -r docs/requirements.txt
- sphinx-multiversion docs/source/ build/html
- mv build/html public
artifacts:
paths:
- public
- build/html
singularity-image-metag:
variables:
......@@ -81,4 +81,3 @@ pages:
- public
only:
- master
- tags
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