Skip to content
Snippets Groups Projects

working documentation with master and versions

Merged Vuillaume requested to merge doc_ci_master into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -41,10 +41,12 @@ test:
--capture=no
<<: *junit_definition
test_ci_eossr:
stage: test
trigger: escape2020/wp3/test_eossr
build_docker:
stage: build_containers
image: docker:19.03.12
@@ -110,10 +112,14 @@ pages:
image: ubuntu:latest
script:
- apt update --yes && apt install --yes pandoc pip git
- git fetch --all --tags
- pip install -U -r docs/doc_requirements.txt
- pip install .
- sphinx-multiversion docs public
- cp docs/index.html public
- cd public
- cp -r master/* .
- for t in `git tag`; do echo $t; sed -i -e "s~../$t/index.html~$t/index.html~" "index.html" ; done
- cd -
artifacts:
paths:
- public
Loading