Skip to content
Snippets Groups Projects
Commit 78963049 authored by Anne Tipka's avatar Anne Tipka
Browse files

Update .gitlab-ci.yml

parent f9472031
No related branches found
No related tags found
No related merge requests found
image: python:3.7-alpine image: python:3.7-alpine
test:
stage: test
script:
- pip install -U sphinx
- sphinx-build -b html . public
only:
- branches
except:
- master
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install -U sphinx - cp -r Documentation/html public
- sphinx-build -b html . public
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment