Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Plan
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-python
Commits
8a1597dc
Commit
8a1597dc
authored
4 months ago
by
teplyakov
Browse files
Options
Downloads
Patches
Plain Diff
feat:
AUTO-3948
Add documentation deploy
parent
1aebcf1b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
requirements-docs.txt
+3
-0
3 additions, 0 deletions
requirements-docs.txt
requirements.txt
+1
-0
1 addition, 0 deletions
requirements.txt
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
17 additions
and
1 deletion
.gitlab-ci.yml
+
12
−
0
View file @
8a1597dc
...
...
@@ -15,3 +15,15 @@ upload:
-
make release
only
:
-
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
This diff is collapsed.
Click to expand it.
requirements-docs.txt
0 → 100644
+
3
−
0
View file @
8a1597dc
-r requirements.txt
pdoc==15.0.*
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
0
View file @
8a1597dc
...
...
@@ -8,6 +8,7 @@ charset-normalizer==3.3.2
grpcio
==1.67.1
idna
==3.7
oauthlib
==3.2.2
google
==3.0.0
protobuf
==5.29.3
PyJWT
==2.8.0
requests
==2.32.0
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
8a1597dc
...
...
@@ -14,7 +14,7 @@ def load_requirements():
setup
(
name
=
'
perxis
'
,
version
=
'
1.
8.2
'
,
version
=
'
1.
9.0
'
,
description
=
'
Perxis python client
'
,
long_description
=
long_description
,
long_description_content_type
=
'
text/markdown
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment