From 48a295dd709d8319680f937f0486e72658811160 Mon Sep 17 00:00:00 2001 From: teplyakov <teolyakov@perx.ru> Date: Tue, 25 Mar 2025 11:05:20 +0300 Subject: [PATCH] feat: AUTO-3948 Fix upload errors --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f428a4b..b2fa8ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab