Skip to content
Snippets Groups Projects
Commit 8a1597dc authored by teplyakov's avatar teplyakov
Browse files

feat: AUTO-3948 Add documentation deploy

parent 1aebcf1b
No related branches found
No related tags found
1 merge request!80feat: AUTO-3948 Add documentation deploy
...@@ -15,3 +15,15 @@ upload: ...@@ -15,3 +15,15 @@ upload:
- make release - make release
only: only:
- tags - tags
pages:
stage: upload
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
- pdoc ./perxis -o public -d google
artifacts:
paths:
- public
only:
- master
-r requirements.txt
pdoc==15.0.*
...@@ -8,6 +8,7 @@ charset-normalizer==3.3.2 ...@@ -8,6 +8,7 @@ charset-normalizer==3.3.2
grpcio==1.67.1 grpcio==1.67.1
idna==3.7 idna==3.7
oauthlib==3.2.2 oauthlib==3.2.2
google==3.0.0
protobuf==5.29.3 protobuf==5.29.3
PyJWT==2.8.0 PyJWT==2.8.0
requests==2.32.0 requests==2.32.0
......
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.8.2', version='1.9.0',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
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