Skip to content
Snippets Groups Projects
Commit c6bee5e5 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!87
parents 06063d94 497e5e13
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,6 @@ upload: ...@@ -19,8 +19,6 @@ upload:
pages: pages:
stage: generate_pages stage: generate_pages
needs:
- upload
script: script:
- apk add gcc linux-headers musl-dev - apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt - pip install -r requirements-docs.txt
...@@ -29,4 +27,4 @@ pages: ...@@ -29,4 +27,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - tags
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment