From f004f2ad885113945438f8b0e6f5bead39278a83 Mon Sep 17 00:00:00 2001
From: teplyakov <teolyakov@perx.ru>
Date: Mon, 24 Mar 2025 17:50:01 +0300
Subject: [PATCH] feat: AUTO-3948 Fix upload errors

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9080e7..b491b10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: python:3.11-alpine3.18
 
 stages:
   - upload
+  - pages
 
 upload:
   stage: upload
@@ -18,7 +19,6 @@ upload:
 
 pages:
   stage: upload
-  needs: ["upload"]
   script:
     - apk add gcc linux-headers musl-dev
     - pip install -r requirements-docs.txt
-- 
GitLab