Skip to content
Snippets Groups Projects
Commit 06063d94 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 perxis/perxis-python!86
parents 34c84f38 48a295dd
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ image: python:3.11-alpine3.18
stages:
- upload
- pages
- generate_pages
upload:
stage: upload
......@@ -18,9 +18,9 @@ upload:
- tags
pages:
stage: pages
stage: generate_pages
needs:
- job: upload
- upload
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment