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

ci fix tag availability in the runner's local copy for job

parent c2551859
No related branches found
No related tags found
No related merge requests found
...@@ -107,10 +107,13 @@ pages: ...@@ -107,10 +107,13 @@ pages:
variables: variables:
GIT_DEPTH: 2147483647 GIT_DEPTH: 2147483647
script: script:
- apt-get update - |
- apt-get install --no-install-recommends --no-install-suggests -y -V git apt-get update && \
- pip install -U sphinx sphinx_rtd_theme myst_parser sphinx-multiversion gitpython apt-get install --no-install-recommends --no-install-suggests -y -V git && \
- sphinx-multiversion docs/source public pip install -U sphinx sphinx_rtd_theme myst_parser sphinx-multiversion gitpython && \
git fetch --tags && \
git tag && \
sphinx-multiversion docs/source public
- | - |
cat > public/index.html << EOF cat > public/index.html << EOF
<!DOCTYPE html><html> <!DOCTYPE html><html>
......
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