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

Add yml to provide pages

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