From b3ff57a0d02c17f67a56b17fd28459b1659ec2d8 Mon Sep 17 00:00:00 2001
From: teplyakov <teolyakov@perx.ru>
Date: Tue, 25 Mar 2025 12:04:35 +0300
Subject: [PATCH] feat: AUTO-3948 Fix upload errors

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a55af5..133fb08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,10 +21,11 @@ pages:
   stage: generate_pages
   script:
     - apk add gcc linux-headers musl-dev
+    - make generate
     - pip install -r requirements-docs.txt
     - pdoc ./perxis -o public -d google
   artifacts:
     paths:
       - public
   only:
-    - tags
\ No newline at end of file
+    - master
-- 
GitLab