Skip to content
Snippets Groups Projects
Commit 55f1d4cd authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Fix docs CI again

parent f2d68deb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ image: python:3.5
stages:
- test
- deploy
- docs
client-tests:
stage: test
......@@ -57,7 +56,7 @@ client-deploy-testpypi:
- twine upload dist/* -r testpypi
pages:
stage: docs
stage: deploy
only:
- master
artifacts:
......@@ -68,4 +67,4 @@ pages:
script:
- cd docs
- make html
- mv _build/html public
- mv _build/html ../public
......@@ -21,6 +21,7 @@ setup(
license='MIT',
description="API client for the Arkindex project",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
keywords="api client arkindex",
url="https://gitlab.com/arkindex/api-client",
classifiers=[
......
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