Skip to content
Snippets Groups Projects
Commit 553cd962 authored by Anton Teplyakov's avatar Anton Teplyakov
Browse files

Merge branch 'feature/AUTO-3948' into 'master'

feat: AUTO-3948 Fix upload errors

See merge request !88
parents c6bee5e5 b3ff57a0
No related branches found
No related tags found
1 merge request!88feat: AUTO-3948 Fix upload errors
Pipeline #76666 failed with stage
in 9 seconds
......@@ -21,10 +21,11 @@ pages:
stage: generate_pages
script:
- apk add gcc linux-headers musl-dev
- make generate
- pip install -r requirements-docs.txt
- pdoc ./perxis -o public -d google
artifacts:
paths:
- public
only:
- tags
\ No newline at end of file
- master
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