Skip to content
Snippets Groups Projects
Commit 2b06075c authored by Eric Casellas's avatar Eric Casellas
Browse files

ci tags availability better fix

parent 0dd283d9
Branches dev
No related tags found
No related merge requests found
......@@ -105,13 +105,12 @@ pages:
stage: deploy
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/python:${PYTHON_TAG}
variables:
GIT_DEPTH: 2147483647
GIT_DEPTH: 0
script:
- |
apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y -V git && \
pip install -U sphinx sphinx_rtd_theme myst_parser sphinx-multiversion gitpython && \
git fetch --tags && \
git tag && \
sphinx-multiversion docs/source 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