From 12fef2cd7cf0c43c3ed0147f3ea13f3eec795b8e Mon Sep 17 00:00:00 2001
From: teplyakov <teolyakov@perx.ru>
Date: Tue, 25 Mar 2025 10:59:10 +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 b491b10..9bba240 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ upload:
     - tags
 
 pages:
-  stage: upload
+  stage: pages
   script:
     - apk add gcc linux-headers musl-dev
     - pip install -r requirements-docs.txt
-- 
GitLab