Skip to content
Snippets Groups Projects
Commit 48a295dd authored by teplyakov's avatar teplyakov
Browse files

feat: AUTO-3948 Fix upload errors

parent 55dc2fe5
No related branches found
No related tags found
1 merge request!86feat: AUTO-3948 Fix upload errors
......@@ -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
......@@ -29,4 +29,4 @@ pages:
paths:
- public
only:
- master
- master
\ No newline at end of file
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