Skip to content
Snippets Groups Projects
Commit d3d2ff74 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

deploy doc and coverage page

parent c4f172f5
No related branches found
No related tags found
No related merge requests found
Pipeline #36723 failed
......@@ -154,24 +154,24 @@ sphinx-doc:
expire_in: 1 hour
# pages:
# stage: deploy
# only:
# - doc
# - master
# dependencies:
# - coverage
# - sphinx-doc
# script:
# - mkdir -p public/htmlcov
# - mv htmlcov public
# - mkdir -p public/html-doc
# - mv doc/build/html html-doc
# - mv html-doc public
# artifacts:
# paths:
# - public
# expire_in: 1 hour
# only:
# - master
# - doc
pages:
stage: deploy
only:
- doc
- master
dependencies:
- coverage
- sphinx-doc
script:
- mkdir -p public/htmlcov
- mv htmlcov public
- mkdir -p public/html-doc
- mv doc/build/html html-doc
- mv html-doc public
artifacts:
paths:
- public
expire_in: 1 hour
only:
- master
- doc
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